Skip to content

Commit 9b3dda5

Browse files
committed
fix sklearn in requirements
1 parent 0fa4cd7 commit 9b3dda5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- pip install --upgrade pip
2424
- pip install pep8
2525
install:
26-
- pip install -r requirements.txt
26+
- cat requirements.txt | xargs -n 1 -L 1 pip install
2727
- python setup.py install
2828
# command to run tests
2929
script:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ PyYAML
22
numpy>=1.8.1
33
pandas>=0.16.1
44
scipy>=0.14.0
5-
scikit-learn>=0.17b1,<=0.17.1
5+
scikit-learn==0.17
66
matplotlib>=1.5.1
77
biopython>=1.65
88
ete3
99
WeasyPrint
10-
seaborn
10+
seaborn

0 commit comments

Comments
 (0)