diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b9ad5732e..2a92cac0eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - PR #688 Cleanup datasets after testing on gpuCI - PR #694 Replace the expensive cudaGetDeviceProperties call in triangle counting with cheaper cudaDeviceGetAttribute calls - PR #701 Add option to filter datasets and tests when run from CI +- PR #715 Added new YML file for CUDA 10.2 ## Bug Fixes - PR #697 Updated versions in conda environments. diff --git a/conda/environments/cugraph_dev_cuda10.yml b/conda/environments/cugraph_dev_cuda10.0.yml similarity index 100% rename from conda/environments/cugraph_dev_cuda10.yml rename to conda/environments/cugraph_dev_cuda10.0.yml diff --git a/conda/environments/cugraph_dev_cuda101.yml b/conda/environments/cugraph_dev_cuda10.1.yml similarity index 100% rename from conda/environments/cugraph_dev_cuda101.yml rename to conda/environments/cugraph_dev_cuda10.1.yml diff --git a/conda/environments/cugraph_dev_cuda92.yml b/conda/environments/cugraph_dev_cuda10.2.yml similarity index 96% rename from conda/environments/cugraph_dev_cuda92.yml rename to conda/environments/cugraph_dev_cuda10.2.yml index cdd5e7328a4..03650e2f78f 100644 --- a/conda/environments/cugraph_dev_cuda92.yml +++ b/conda/environments/cugraph_dev_cuda10.2.yml @@ -5,7 +5,6 @@ channels: - rapidsai-nightly - conda-forge dependencies: -- libcypher-parser - cudf=0.13.* - nvstrings=0.13.* - rmm=0.13.* @@ -17,7 +16,7 @@ dependencies: - networkx - python-louvain - nccl -- cudatoolkit=9.2 +- cudatoolkit=10.2 - cmake>=3.12 - python>=3.6,<3.8 - notebook>=0.5.0 @@ -32,5 +31,6 @@ dependencies: - ipython - recommonmark - pip +- libcypher-parser - pip: - sphinx-markdown-tables