Skip to content

Commit

Permalink
fix setup (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhare authored Dec 1, 2023
1 parent 7269666 commit 5e81710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=['torch>=1.0.0', 'numpy', 'tqdm'],
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.*',
)

0 comments on commit 5e81710

Please sign in to comment.