Skip to content

Commit

Permalink
Update scipy requirement from <=1.14.0,>=1.2.0 to >=1.2.0,<=1.14.1 (M…
Browse files Browse the repository at this point in the history
…E-ICA#1121)

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.2.0...v1.14.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

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 Aug 26, 2024
1 parent 1684128 commit e58c4bb
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 @@ -31,7 +31,7 @@ dependencies = [
"pybtex",
"pybtex-apa-style",
"scikit-learn>=0.21, <=1.5.1",
"scipy>=1.2.0, <=1.14.0",
"scipy>=1.2.0, <=1.14.1",
"threadpoolctl",
"tqdm",
]
Expand Down

0 comments on commit e58c4bb

Please sign in to comment.