Skip to content

Commit

Permalink
Update scipy requirement from <=1.15.0,>=1.14.0 to >=1.14.0,<=1.15.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent f7951b3 commit 2f2c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"pybids ~= 0.18.1",
"pyyaml",
"scikit-learn <= 1.6.0",
"scipy >= 1.14.0,<= 1.15.0", # nipype needs networkx, which needs scipy > 1.8.0
"scipy >= 1.14.0,<= 1.15.1", # nipype needs networkx, which needs scipy > 1.8.0
"seaborn", # for plots
"sentry-sdk ~= 2.19.0", # for usage reports
"templateflow ~= 24.2.0",
Expand Down

0 comments on commit 2f2c1b9

Please sign in to comment.