Skip to content

Commit

Permalink
unlimited biopython
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 3, 2023
1 parent e5d0c8d commit e783f19
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 @@ -14,7 +14,7 @@
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']
else:
INSTALL_REQUIRES=['numpy>=1.10,<1.24', 'biopython<=1.79', 'pyparsing', 'scipy', 'setuptools']
INSTALL_REQUIRES=['numpy>=1.10,<1.24', 'biopython', 'pyparsing', 'scipy', 'setuptools']

if sys.version_info[0] == 3:
if sys.version_info[1] < 6:
Expand Down

0 comments on commit e783f19

Please sign in to comment.