Skip to content

Commit

Permalink
Update scipy requirement from <1.15 to <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@v0.1.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 3b13db2 commit 0a1eec8
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 @@ -27,7 +27,7 @@ tinygp = "^0.3.0"
seaborn = "^0.13.1"
sparse = "^0.15.4"
optimistix = ">=0.0.7,<0.0.10"
scipy = "<1.15"
scipy = "<1.16"
mendeleev = ">=0.15,<0.20"
jaxns = "<2.6"
pooch = "^1.8.2"
Expand Down

0 comments on commit 0a1eec8

Please sign in to comment.