Skip to content

Commit

Permalink
Merge pull request #927 from hlinsen/fa2-ci
Browse files Browse the repository at this point in the history
[REVIEW] Update scikit learn dependency
  • Loading branch information
raydouglass authored Jun 2, 2020
2 parents 9fac1b5 + b764e8c commit da0a9f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- PR #906 Update Louvain notebook

## Bug Fixes
- PR #927 Update scikit learn dependency
- PR #916 Fix CI error on Force Atlas 2 test
- PR #763 Update RAPIDS conda dependencies to v0.14
- PR #795 Fix some documentation
Expand Down
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 da0a9f8

Please sign in to comment.