Skip to content

Commit

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

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.13.0)

---
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 Apr 9, 2024
1 parent 629fc33 commit 41dafe5
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.4.1.post1",
"scipy>=1.2.0, <=1.12.0",
"scipy>=1.2.0, <=1.13.0",
"threadpoolctl",
]
dynamic = ["version"]
Expand Down

0 comments on commit 41dafe5

Please sign in to comment.