Skip to content

Commit

Permalink
Update setup.py - forgot to close apostrophe for string - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vratins authored Sep 25, 2023
1 parent c5d5414 commit 0309ef1
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 @@ -12,7 +12,7 @@
sys.exit()

if sys.version_info[:2] == (2, 7) or sys.version_info[:2] <= (3, 5):
INSTALL_REQUIRES=['numpy>=1.10,<1.24', 'biopython<=1.76', 'pyparsing', 'scipy', 'mmtf-python]
INSTALL_REQUIRES=['numpy>=1.10,<1.24', 'biopython<=1.76', 'pyparsing', 'scipy', 'mmtf-python']
else:
INSTALL_REQUIRES=['numpy>=1.10,<1.24', 'biopython<=1.79', 'pyparsing', 'scipy', 'setuptools', 'mmtf-python']

Expand Down

0 comments on commit 0309ef1

Please sign in to comment.