Skip to content

Commit d83e7cc

Browse files
deps: Update dependency scipy to >=1.17.0,<2 (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4316b0b commit d83e7cc

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.15.2,<2"
137+
scipy = ">=1.17.0,<2"
138138

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

0 commit comments

Comments
 (0)