Skip to content

Commit

Permalink
Update opencv-python requirement (#230)
Browse files Browse the repository at this point in the history
Updates the requirements on [opencv-python](https://github.com/opencv/opencv-python) to permit the latest version.
- [Release notes](https://github.com/opencv/opencv-python/releases)
- [Commits](https://github.com/opencv/opencv-python/commits)

---
updated-dependencies:
- dependency-name: opencv-python
  dependency-type: direct:production
...

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 Jan 1, 2024
1 parent 2c9d9dc commit 37e9287
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 @@ -13,7 +13,7 @@
long_description=open("README.md").read(),
install_requires=[
"setuptools>=51.0,<69.1",
"opencv-python>=4.5.1.48,<4.8.2.0",
"opencv-python>=4.5.1.48,<4.9.1.0",
"numpy>=1.19.5,<1.27.0",
"tqdm>=4.59,<4.67",
"scikit-image>=0.17.2,<0.23.0",
Expand Down

0 comments on commit 37e9287

Please sign in to comment.