Skip to content

Commit

Permalink
Update numpy requirement from <2.0.0,>=1.16.0 to >=1.16.0,<3.0.0
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.16.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent 495151c commit 2375e82
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 @@ -31,7 +31,7 @@ dynamic = ["version"]
dependencies = [
# For proper typing, mypy needs numpy>=1.20.0 (cf. https://github.com/numpy/numpy/pull/16515)
# Additional typing support is brought by numpy>=1.22.4, but core build sticks to >=1.16.0
"numpy>=1.16.0,<2.0.0",
"numpy>=1.16.0,<3.0.0",
"scipy>=1.4.0,<2.0.0",
"opencv-python>=4.5.0,<5.0.0",
"pypdfium2>=4.11.0,<5.0.0",
Expand Down

0 comments on commit 2375e82

Please sign in to comment.