Skip to content

Commit a369861

Browse files
Update scipy requirement from ~=1.15.2 to >=1.15.2,<1.17.0
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b25849 commit a369861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
dependencies = [
99
"platformdirs~=4.3.7",
1010
"numpy~=1.26.4",
11-
"scipy~=1.15.2",
11+
"scipy>=1.15.2,<1.17.0",
1212
"torch>=2.6,<2.8",
1313
"pybind11~=2.13.6",
1414
"ninja~=1.11.1.4",

0 commit comments

Comments
 (0)