From be0c47f782e79ceb52a1bfe6d0bfcc909ae1108c Mon Sep 17 00:00:00 2001 From: Alex Fender Date: Thu, 26 Sep 2019 15:50:07 -0500 Subject: [PATCH] Create cugraph_dev_cuda101.yml --- conda/environments/cugraph_dev_cuda101.yml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 conda/environments/cugraph_dev_cuda101.yml diff --git a/conda/environments/cugraph_dev_cuda101.yml b/conda/environments/cugraph_dev_cuda101.yml new file mode 100644 index 00000000000..80248957028 --- /dev/null +++ b/conda/environments/cugraph_dev_cuda101.yml @@ -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