Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW] New conda environment for 10.2 #715

Merged
merged 3 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
36 changes: 36 additions & 0 deletions conda/environments/cugraph_dev_cuda102.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: cugraph_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudf=0.13.*
- nvstrings=0.13.*
- rmm=0.13.*
- dask>=2.1.0
- distributed>=2.1.0
- dask-cuda=0.13*
- dask-cudf=0.13*
- scipy
- networkx
- python-louvain
- nccl
- cudatoolkit=10.2
- cmake>=3.12
- python>=3.6,<3.8
- notebook>=0.5.0
- boost
- cython>=0.29,<0.30
- pytest
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
- nbsphinx
- numpydoc
- ipython
- recommonmark
- pip
- libcypher-parser
- pip:
- sphinx-markdown-tables