diff --git a/setup.py b/setup.py index 8b157e500e..637349c4aa 100644 --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ def read_entire_file(fname): ext_modules=[CMakeExtension('dlib','tools/python')], cmdclass=dict(build_ext=CMakeBuild, test=PyTest), zip_safe=False, - tests_require=['pytest==3.8'], + tests_require=['pytest==9.0.3'], packages=['dlib'], keywords=['dlib', 'Computer Vision', 'Machine Learning'], classifiers=[