Skip to content

Commit

Permalink
chore(deps): update numpy requirement in /python (#208)
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...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 30, 2024
1 parent 9f13639 commit 5087a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/requirements_ort.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyclipper>=1.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
numpy>=1.19.5,<3.0.0
six>=1.15.0
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_paddle.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyclipper>=1.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
numpy>=1.19.5,<3.0.0
six>=1.15.0
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_vino.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyclipper>=1.2.0
openvino>=2022.2.0
opencv_python>=4.5.1.48
numpy>=1.19.5,<2.0.0
numpy>=1.19.5,<3.0.0
six>=1.15.0
Shapely>=1.7.1,!=2.0.4 # python3.12 2.0.4 bug
PyYAML
Expand Down

0 comments on commit 5087a41

Please sign in to comment.