Skip to content

Commit

Permalink
fix:(deps): update scipy requirement
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.8.1...v1.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 0c991f2 commit ed59e01
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 @@ -22,7 +22,7 @@ classifiers = [

dependencies = [
"numpy>=1.23.3,<2.1.0",
"scipy>=1.8.1,<1.14.0",
"scipy>=1.8.1,<1.15.0",
"pandas>=1.4.4,<2.3.0",
"wasabi>=0.9.0,<1.2.0",
"scikit-learn>=1.1.2,<1.6.0",
Expand Down

0 comments on commit ed59e01

Please sign in to comment.