Skip to content

Commit 1b81a20

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

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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 wheel
40+
- pip install -U pip setuptools
4141
- pip install -U tox==3.12.0
4242
- pip install -U codecov
4343
- 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)