Skip to content

Commit

Permalink
Merge pull request rapidsai#928 from dillon-cullinan/fix-scikitver
Browse files Browse the repository at this point in the history
[REVIEW] Update scikit version to support libgcc-ng 7.3
  • Loading branch information
raydouglass authored Jun 3, 2020
2 parents da0a9f8 + 68c5b62 commit 8f077b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
- PR #907 Fix bfs directed missing vertices
- PR #911 Env and changelog update
- PR #923 Updated pagerank with @afender 's temp fix for double-free crash
- PR #928 Fix scikit learn test install to work with libgcc-ng 7.3

# cuGraph 0.13.0 (31 Mar 2020)

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.23.1 \
scikit-learn=0.23.0 \
nccl>=2.5 \
ucx-py=${MINOR_VERSION} \
libcypher-parser \
Expand Down

0 comments on commit 8f077b8

Please sign in to comment.