Skip to content

Commit 3baf7a9

Browse files
committed
Revert "deps: Update dependency scipy to >=1.17.0,<2 (#635)"
This reverts commit d83e7cc.
1 parent d83e7cc commit 3baf7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pytest-cov = ">=7.0.0"
134134
hypothesis = ">=6.151.2"
135135
array-api-strict = ">=2.4.1,<2.5"
136136
numpy = ">=1.22.0"
137-
scipy = ">=1.17.0,<2"
137+
scipy = ">=1.15.2,<2"
138138

139139
[tool.pixi.feature.tests.tasks]
140140
tests = { cmd = "pytest -v", description = "Run tests" }

0 commit comments

Comments
 (0)