Skip to content

Commit

Permalink
Update scipy requirement from <1.15,>=1.12.0 to >=1.12.0,<1.16
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.12.0...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 96a562f commit f672612
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 = [
"matplotlib>=3.8.2,<3.10",
"numpy>=1.26.3,<2.2",
"requests>=2.31.0,<2.33",
"scipy>=1.12.0,<1.15",
"scipy>=1.12.0,<1.16",
"tqdm>=4.66.1,<5.0",
]

Expand Down

0 comments on commit f672612

Please sign in to comment.