Skip to content

Commit

Permalink
Merge pull request rapidsai#715 from BradReesWork/branch-0.13
Browse files Browse the repository at this point in the history
[REVIEW] New conda environment for 10.2
  • Loading branch information
BradReesWork authored Feb 13, 2020
2 parents 81f776b + 5845945 commit 3193a4b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
- rapidsai-nightly
- conda-forge
dependencies:
- libcypher-parser
- cudf=0.13.*
- nvstrings=0.13.*
- rmm=0.13.*
Expand All @@ -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
Expand All @@ -32,5 +31,6 @@ dependencies:
- ipython
- recommonmark
- pip
- libcypher-parser
- pip:
- sphinx-markdown-tables

0 comments on commit 3193a4b

Please sign in to comment.