Skip to content

Commit

Permalink
chore(deps): update numpy requirement from <2.1,>=1.25 to >=1.25,<2.2
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 151e372 commit 33f7fa0
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 @@ -10,7 +10,7 @@ authors = [
]
keywords = ['sketch','graphics','scientific','engineering','geometry']
dependencies = [
"numpy>=1.25,<2.1",
"numpy>=1.25,<2.2",
"matplotlib>=3.7.1,<3.10.0",
"scipy>=1.10.1,<1.15.0",
"celluloid~=0.2.0"
Expand Down

0 comments on commit 33f7fa0

Please sign in to comment.