Skip to content

Commit

Permalink
Update setuptools requirement from <68.2,>=51.0 to >=51.0,<68.3 (#220)
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v51.0.0...v68.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  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 Sep 7, 2023
1 parent f79542c commit e34513b
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 @@ -12,7 +12,7 @@
description="A lightweight face-recognition toolbox.",
long_description=open("README.md").read(),
install_requires=[
"setuptools>=51.0,<68.2",
"setuptools>=51.0,<68.3",
"opencv-python>=4.5.1.48,<4.8.1.0",
"numpy>=1.19.5,<1.26.0",
"tqdm>=4.59,<4.67",
Expand Down

0 comments on commit e34513b

Please sign in to comment.