Skip to content

Commit

Permalink
Update numpy requirement from <2,>=1.13.0 to >=1.13.0,<3
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.13.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 4cc7906 commit 261a217
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 @@ -37,7 +37,7 @@ classifiers = [
]

dependencies = [
"numpy >=1.13.0, <2",
"numpy >=1.13.0, <3",
"cpyparsing >=2.4.7, <=2.5",
"platformdirs >=3, <=5",
"dataclasses_json >=0.6, <=1.0",
Expand Down

0 comments on commit 261a217

Please sign in to comment.