Skip to content

Commit cede1ea

Browse files
brahmaneyarth
andcommitted
Update setup.py
Co-authored-by: Roman Yurchak <[email protected]>
1 parent 65ffc6b commit cede1ea

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ before_install:
3434
- sudo add-apt-repository -y ppa:openjdk-r/ppa
3535
- sudo apt-get -qq update
3636
- sudo apt-get install -y openjdk-8-jdk --no-install-recommends
37+
- sudo apt-get install -y python3-wheel --no-install-recommends
3738
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
3839

3940
install:
40-
- pip install -U pip setuptools wheel
41+
- pip install -U pip setuptools
4142
- pip install -U tox==3.12.0
4243
- pip install -U codecov
4344
- tox --notest

requirements.txt

Lines changed: 2 additions & 4 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.23.0,<0.25.0
20+
scikit-learn>=0.20.2,<0.25.0
2121
torch>=1.2.0,<2.0.0
2222
munkres>=1.0.6
2323

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

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

4038
# Serialization
4139
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.23.0,<0.25.0",
43+
"scikit-learn>=0.20.2,<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)