Skip to content

Commit

Permalink
Create cugraph_dev_cuda101.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afender authored Sep 26, 2019
1 parent 17cd478 commit be0c47f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions conda/environments/cugraph_dev_cuda101.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: cugraph_dev
channels:
- rapidsai
- nvidia
- rapidsai-nightly
- conda-forge
dependencies:
- cudf=0.10.*
- nvstrings=0.10.*
- rmm=0.10.*
- dask>=2.1.0
- distributed>=2.1.0
- dask-cuda=0.10*
- dask-cudf=0.10*
- scipy
- networkx
- python-louvain
- nccl
- cudatoolkit=10.1
- cmake>=3.12
- python>=3.6,<3.8
- pandas>=0.24.2,<0.25
- pyarrow=0.14.1
- notebook>=0.5.0
- boost
- cython>=0.29,<0.30
- pytest
- sphinx
- sphinx_rtd_theme
- sphinxcontrib-websupport
- nbsphinx
- numpydoc
- ipython
- recommonmark
- pip
- pip:
- sphinx-markdown-tables

0 comments on commit be0c47f

Please sign in to comment.