Skip to content

Commit

Permalink
Update scipy requirement from <=1.13.1,>=1.8.0 to <=1.14.0,>=1.14.0 (P…
Browse files Browse the repository at this point in the history
…ennLINC#1193)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 578026a commit 780cb24
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 @@ -39,7 +39,7 @@ dependencies = [
"pybids ~= 0.16.4",
"pyyaml",
"scikit-learn <= 1.5.0",
"scipy >= 1.8.0,<= 1.13.1", # nipype needs networkx, which needs scipy > 1.8.0
"scipy <= 1.14.0,>= 1.14.0", # nipype needs networkx, which needs scipy > 1.8.0
"seaborn", # for plots
"sentry-sdk ~= 2.6.0", # for usage reports
"templateflow ~= 24.2.0",
Expand Down

0 comments on commit 780cb24

Please sign in to comment.