Skip to content

Commit

Permalink
updated biopython requirement to >= 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jrober84 committed May 15, 2023
1 parent 665e062 commit 5126ee7
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 @@ -49,7 +49,7 @@ def read(fname):
'numpy>=1.11.1,<1.23.5',
'tables>=3.3.0,<4',
'pandas>=0.22.0,<=1.0.5',
'biopython>=1.70,<2',
'biopython>=1.8,<2',
'pycurl>=7.43.0,<8',
'scipy>=1.1.0,<2',
'ete3>=3.0,<4',
Expand All @@ -58,6 +58,7 @@ def read(fname):

entry_points={
'console_scripts': [
'Sequenoscope=Sequenoscope:main'
'mob_init=mob_suite.mob_init:main',
'mob_recon=mob_suite.mob_recon:main',
'mob_cluster=mob_suite.mob_cluster:main',
Expand Down

0 comments on commit 5126ee7

Please sign in to comment.