Skip to content

Commit

Permalink
Bump numpy from 1.26.4 to 2.0.0 (#263)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.0.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 18319d5 commit 4f450d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26.4
numpy==2.0.0
opencv-python
Pillow
scikit-image
Expand Down
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>=70.2.0,<70.3",
"opencv-python>=4.5.1.48,<4.10.1.0",
"numpy>=1.19.5,<1.22.0",
"numpy>=2.0.0,<2.1.0",
"tqdm>=4.59,<4.67",
"scikit-image>=0.17.2,<0.25.0",
"matplotlib>=3.3.3,<3.10.0",
Expand Down

0 comments on commit 4f450d8

Please sign in to comment.