Skip to content

Commit 4511b89

Browse files
authored
Update biopython requirements for Python 2 compatibility (#91)
1 parent dc2791e commit 4511b89

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
biopython
1+
biopython>=1.77;python_version>="3.0"
2+
biopython==1.76;python_version=="2.7"
23
gunicorn
34
plotly
45
dash==0.39.0
56

6-
colour==0.1.5
7+
colour==0.1.5

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ flake8
1111
pylint
1212
pytest-dash>=2.1.1
1313
colour==0.1.5
14-
biopython
14+
biopython>=1.77;python_version>="3.0"
15+
biopython==1.76;python_version=="2.7"

0 commit comments

Comments
 (0)