Skip to content

Commit 5e81710

Browse files
authored
fix setup (#678)
1 parent 7269666 commit 5e81710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
long_description=long_description,
2828
long_description_content_type='text/markdown',
2929
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.*',
30+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
3131
)

0 commit comments

Comments
 (0)