File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ before_install:
34
34
- sudo add-apt-repository -y ppa:openjdk-r/ppa
35
35
- sudo apt-get -qq update
36
36
- sudo apt-get install -y openjdk-8-jdk --no-install-recommends
37
+ - sudo apt-get install -y python3-wheel --no-install-recommends
37
38
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
38
39
39
40
install :
40
- - pip install -U pip setuptools wheel
41
+ - pip install -U pip setuptools
41
42
- pip install -U tox==3.12.0
42
43
- pip install -U codecov
43
44
- tox --notest
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pandas>=0.25.0,<2.0.0
17
17
tqdm >= 4.33.0 ,< 5.0.0
18
18
19
19
# Internal models
20
- scikit-learn >= 0.23.0 ,< 0.25.0
20
+ scikit-learn >= 0.20.2 ,< 0.25.0
21
21
torch >= 1.2.0 ,< 2.0.0
22
22
munkres >= 1.0.6
23
23
@@ -33,9 +33,7 @@ tensorboard>=1.14.0,<2.0.0
33
33
spacy >= 2.1.0 ,< 3.0.0
34
34
35
35
# 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
39
37
40
38
# Serialization
41
39
dill >= 0.3.0 ,< 0.4.0
Original file line number Diff line number Diff line change 40
40
"scipy>=1.2.0,<2.0.0" ,
41
41
"pandas>=0.25.0,<2.0.0" ,
42
42
"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" ,
44
44
"torch>=1.2.0,<2.0.0" ,
45
45
"tensorboard>=1.14.0,<2.0.0" ,
46
46
"networkx>=2.2,<2.4" ,
You can’t perform that action at this time.
0 commit comments