We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7269666 commit 5e81710Copy full SHA for 5e81710
setup.py
@@ -27,5 +27,5 @@
27
long_description=long_description,
28
long_description_content_type='text/markdown',
29
install_requires=['torch>=1.0.0', 'numpy', 'tqdm'],
30
- python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,!=3.9.*,!=3.10.*',
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
31
)
0 commit comments