Skip to content

Commit ec4b2af

Browse files
Update scipy requirement from <=1.15.0,>=1.14.0 to >=1.14.0,<=1.15.1
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.14.0...v1.15.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3dbdbd0 commit ec4b2af

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
@@ -40,7 +40,7 @@ dependencies = [
4040
"pybids ~= 0.18.1",
4141
"pyyaml",
4242
"scikit-learn <= 1.6.0",
43-
"scipy >= 1.14.0,<= 1.15.0", # nipype needs networkx, which needs scipy > 1.8.0
43+
"scipy >= 1.14.0,<= 1.15.1", # nipype needs networkx, which needs scipy > 1.8.0
4444
"seaborn", # for plots
4545
"sentry-sdk ~= 2.19.0", # for usage reports
4646
"templateflow ~= 24.2.0",

0 commit comments

Comments
 (0)