We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa4cd7 commit 9b3dda5Copy full SHA for 9b3dda5
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- pip install --upgrade pip
24
- pip install pep8
25
install:
26
- - pip install -r requirements.txt
+ - cat requirements.txt | xargs -n 1 -L 1 pip install
27
- python setup.py install
28
# command to run tests
29
script:
requirements.txt
@@ -2,9 +2,9 @@ PyYAML
2
numpy>=1.8.1
3
pandas>=0.16.1
4
scipy>=0.14.0
5
-scikit-learn>=0.17b1,<=0.17.1
+scikit-learn==0.17
6
matplotlib>=1.5.1
7
biopython>=1.65
8
ete3
9
WeasyPrint
10
-seaborn
+seaborn
0 commit comments