diff --git a/pyproject.toml b/pyproject.toml index 7fd43ff1..f31cb345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,7 +134,7 @@ pytest-cov = ">=7.0.0" hypothesis = ">=6.151.2" array-api-strict = ">=2.4.1,<2.5" numpy = ">=1.22.0" -scipy = ">=1.15.2,<2" +scipy = ">=1.17.0,<2" [tool.pixi.feature.tests.tasks] tests = { cmd = "pytest -v", description = "Run tests" }