Skip to content

Commit 6a980ee

Browse files
committed
update versions of dependencies
1 parent 4ada091 commit 6a980ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ py-modules = ["build"]
3131
build = "cp*"
3232

3333
[build-system]
34-
requires = ["requests ~= 2.31.0", "pybind11 ~= 2.13.0", "setuptools >= 69.0.0", "wheel >= 0.42.0"]
34+
requires = ["requests ~= 2.31.0", "pybind11 ~= 3.0.0", "setuptools >= 80.0.0", "wheel >= 0.42.0"]
3535
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# Download Eigen source files
2424
# Modified from https://github.com/tohtsky/irspack/blob/main/setup.py
2525
class get_eigen_include(object):
26-
EIGEN3_URL = "https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip"
27-
EIGEN3_DIRNAME = "eigen-3.4.0"
26+
EIGEN3_URL = "https://gitlab.com/libeigen/eigen/-/archive/5.0.1/eigen-5.0.1.zip"
27+
EIGEN3_DIRNAME = "eigen-5.0.1"
2828

2929
def __str__(self) -> str:
3030
# Test whether the environment variable EIGEN3_INCLUDE_DIR is set

0 commit comments

Comments
 (0)