Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW] Branch 0.15 merge 0.14 #935

Merged
merged 10 commits into from
Jun 5, 2020
Prev Previous commit
Next Next commit
Update scikit learn dependency
  • Loading branch information
hlinsen committed Jun 2, 2020
commit 6a82825549ab80a321b3ef950178b851cc0d363c
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ conda install -c nvidia -c rapidsai -c rapidsai-nightly -c conda-forge -c defaul
distributed>=2.12.0 \
dask-cudf=${MINOR_VERSION} \
dask-cuda=${MINOR_VERSION} \
scikit-learn>=0.21 \
scikit-learn>=0.23.1 \
nccl>=2.5 \
ucx-py=${MINOR_VERSION} \
libcypher-parser \
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda10.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- boost
- cython>=0.29,<0.30
- pytest
- scikit-learn>=0.21
- scikit-learn>=0.23.1
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- boost
- cython>=0.29,<0.30
- pytest
- scikit-learn>=0.21
- scikit-learn>=0.23.1
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cugraph_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- boost
- cython>=0.29,<0.30
- pytest
- scikit-learn>=0.21
- scikit-learn>=0.23.1
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
Expand Down