diff --git a/CHANGELOG.md b/CHANGELOG.md index ec73b04d132..034f6410236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 615b9339f1a..78c020375d9 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -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 \