Skip to content

Commit

Permalink
chore(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.10.1...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 831817b commit dc97ed8
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 @@ -12,7 +12,7 @@ keywords = ['sketch','graphics','scientific','engineering','geometry']
dependencies = [
"numpy>=1.25,<2.3",
"matplotlib>=3.7.1,<3.11.0",
"scipy>=1.10.1,<1.15.0",
"scipy>=1.10.1,<1.16.0",
"celluloid~=0.2.0"
]
dynamic = ["version"]
Expand Down

0 comments on commit dc97ed8

Please sign in to comment.