diff --git a/pyproject.toml b/pyproject.toml index 75e01ef..dabcfd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "setuptools_scm", "numpy>=2", "Cython>=3.0,<4", - "eigency==3.4.0.7", # must match [project] dependencies (ABI compatibility) + "eigency==5.0.1.0", # must match [project] dependencies (ABI compatibility) ] build-backend = "setuptools.build_meta" @@ -33,7 +33,7 @@ dynamic = ["version"] dependencies = [ "numpy>=2", "scipy>=1.14", - "eigency==3.4.0.7", # must match [build-system] requires (ABI compatibility) + "eigency==5.0.1.0", # must match [build-system] requires (ABI compatibility) ] [dependency-groups]