From 93a00dc9e68eb03dd15bf35317fd57eed866af17 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Thu, 19 Aug 2021 17:40:30 -0400 Subject: [PATCH] add conda environment for CUDA 11.4 --- conda/environments/cugraph_dev_cuda11.4.yml | 47 +++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 conda/environments/cugraph_dev_cuda11.4.yml diff --git a/conda/environments/cugraph_dev_cuda11.4.yml b/conda/environments/cugraph_dev_cuda11.4.yml new file mode 100644 index 00000000000..defd2e633a4 --- /dev/null +++ b/conda/environments/cugraph_dev_cuda11.4.yml @@ -0,0 +1,47 @@ +name: cugraph_dev +channels: +- rapidsai +- nvidia +- rapidsai-nightly +- conda-forge +dependencies: +- cudatoolkit=11.4 +- cudf=21.10.* +- libcudf=21.10.* +- rmm=21.10.00a210813 +- librmm=21.10.00a210812 +- dask>=2021.6.0 +- distributed>=2021.6.0 +- dask-cuda=21.10.* +- dask-cudf=21.10.* +- nccl>=2.9.9 +- ucx-py=0.21.* +- ucx-proc=*=gpu +- scipy +- networkx>=2.5.1 +- clang=11.0.0 +- clang-tools=11.0.0 +- cmake>=3.20.1 +- python>=3.6,<3.9 +- notebook>=0.5.0 +- boost +- cython>=0.29,<0.30 +- pytest +- libfaiss=1.7.0 +- faiss-proc=*=cuda +- scikit-learn>=0.23.1 +- sphinx +- sphinx_rtd_theme +- sphinxcontrib-websupport +- sphinx-markdown-tables +- sphinx-copybutton +- nbsphinx +- numpydoc +- ipython +- recommonmark +- pip +- rapids-pytest-benchmark +- doxygen +- pytest-cov +- gtest +- gmock