Skip to content

Commit

Permalink
Update scikit learn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinsen committed Jun 2, 2020
1 parent 9fac1b5 commit 6a82825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6a82825

Please sign in to comment.