Skip to content

Commit

Permalink
deprecate 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuanli committed Sep 26, 2023
1 parent c505c26 commit 154ca1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ def getVersionNumber():
author_email='minhuanli@g.harvard.edu',
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"torch>=1.13.0",
"gemmi>=0.5.6",
"reciprocalspaceship>=0.9.18",
"tqdm",
],
setup_requires=["pytest-runner"],
tests_require=["pytest", "pytest-cov"],
Expand Down

0 comments on commit 154ca1d

Please sign in to comment.