diff --git a/setup.py b/setup.py index 411d114..76c19e4 100644 --- a/setup.py +++ b/setup.py @@ -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",