We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2791e commit 4511b89Copy full SHA for 4511b89
requirements.txt
@@ -1,6 +1,7 @@
1
-biopython
+biopython>=1.77;python_version>="3.0"
2
+biopython==1.76;python_version=="2.7"
3
gunicorn
4
plotly
5
dash==0.39.0
6
-colour==0.1.5
7
+colour==0.1.5
tests/requirements.txt
@@ -11,4 +11,5 @@ flake8
11
pylint
12
pytest-dash>=2.1.1
13
colour==0.1.5
14
15
0 commit comments