Skip to content

Commit f6ea383

Browse files
Update setuptools requirement from <69.1,>=51.0 to >=51.0,<69.2 (#236)
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...v69.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6bec74 commit f6ea383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description="A lightweight face-recognition toolbox.",
1313
long_description=open("README.md").read(),
1414
install_requires=[
15-
"setuptools>=51.0,<69.1",
15+
"setuptools>=51.0,<69.2",
1616
"opencv-python>=4.5.1.48,<4.9.1.0",
1717
"numpy>=1.19.5,<1.27.0",
1818
"tqdm>=4.59,<4.67",

0 commit comments

Comments
 (0)