Skip to content

Commit

Permalink
Update numpy requirement from <1.26.0,>=1.19.5 to >=1.19.5,<1.27.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.19.5...v1.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 0e16423 commit 4af421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires=[
"setuptools>=51.0,<68.3",
"opencv-python>=4.5.1.48,<4.8.1.0",
"numpy>=1.19.5,<1.26.0",
"numpy>=1.19.5,<1.27.0",
"tqdm>=4.59,<4.67",
"scikit-image>=0.17.2,<0.22.0",
"matplotlib>=3.3.3,<3.9.0",
Expand Down

0 comments on commit 4af421d

Please sign in to comment.