diff --git a/setup.py b/setup.py index bd141f68b6..845e3d622c 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def run(self): install_requires=[ 'tqdm', 'requests', pytorch_package_dep, 'numpy' ], - python_requires='>=3.5', + python_requires='>=3.7', classifiers=[ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',