We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21349b commit f1f19b0Copy full SHA for f1f19b0
requirements.txt
@@ -1,6 +1,8 @@
1
argparse>=1.2.1
2
-bcbio-gff>=0.4
3
-biopython>=1.63
+bcbio-gff>=0.4,<=0.6.4; python_version < '3.0'
+bcbio-gff>=0.4; python_version >= '3.0'
4
+biopython>=1.63,<=1.72; python_version < '3.0'
5
+biopython>=1.63; python_version >= '3.0'
6
nose>=1.3.0
7
numpy>=1.8.0
8
pandas>=0.13.0
0 commit comments