Skip to content

Commit 65ffc6b

Browse files
committed
Bump scikit-learn version
1 parent ed77718 commit 65ffc6b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ before_install:
3737
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
3838

3939
install:
40-
- pip install -U pip setuptools
40+
- pip install -U pip setuptools wheel
4141
- pip install -U tox==3.12.0
4242
- pip install -U codecov
4343
- tox --notest

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pandas>=0.25.0,<2.0.0
1717
tqdm>=4.33.0,<5.0.0
1818

1919
# Internal models
20-
scikit-learn>=0.20.2,<0.22.0
20+
scikit-learn>=0.23.0,<0.25.0
2121
torch>=1.2.0,<2.0.0
2222
munkres>=1.0.6
2323

@@ -33,7 +33,9 @@ tensorboard>=1.14.0,<2.0.0
3333
spacy>=2.1.0,<3.0.0
3434

3535
# Scale-up/out
36-
dask[complete]>=2.1.0,<3.0.0
36+
dask-glm==0.2.0
37+
dask-ml==1.7.0
38+
dask[array,dataframe]==2.18.0
3739

3840
# Serialization
3941
dill>=0.3.0,<0.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scipy>=1.2.0,<2.0.0",
4141
"pandas>=0.25.0,<2.0.0",
4242
"tqdm>=4.33.0,<5.0.0",
43-
"scikit-learn>=0.20.2,<0.22.0",
43+
"scikit-learn>=0.23.0,<0.25.0",
4444
"torch>=1.2.0,<2.0.0",
4545
"tensorboard>=1.14.0,<2.0.0",
4646
"networkx>=2.2,<2.4",

0 commit comments

Comments
 (0)