Skip to content

Commit f4a9f29

Browse files
authored
Add CUDA 12.0 conda environment. (#3725)
This PR adds the CUDA 12.0 conda environment, which was missed in #3456. It is automatically generated by `rapids-dependency-file-generator` from `dependencies.yaml` but was not committed to the repo. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #3725
1 parent e437aa0 commit f4a9f29

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# This file is generated by `rapids-dependency-file-generator`.
2+
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
3+
channels:
4+
- rapidsai
5+
- rapidsai-nightly
6+
- dask/label/dev
7+
- pytorch
8+
- dglteam/label/cu118
9+
- conda-forge
10+
- nvidia
11+
dependencies:
12+
- aiohttp
13+
- c-compiler
14+
- cmake>=3.26.4
15+
- cuda-nvcc
16+
- cuda-version=12.0
17+
- cudf==23.8.*
18+
- cupy>=12.0.0
19+
- cxx-compiler
20+
- cython>=0.29,<0.30
21+
- dask-core>=2023.5.1
22+
- dask-cuda==23.8.*
23+
- dask-cudf==23.8.*
24+
- dask>=2023.5.1
25+
- distributed>=2023.5.1
26+
- doxygen
27+
- fsspec[http]>=0.6.0
28+
- gcc_linux-64=11.*
29+
- gmock>=1.13.0
30+
- graphviz
31+
- gtest>=1.13.0
32+
- ipython
33+
- libcudf==23.8.*
34+
- libcugraphops==23.8.*
35+
- libraft-headers==23.8.*
36+
- libraft==23.8.*
37+
- librmm==23.8.*
38+
- nbsphinx
39+
- nccl>=2.9.9
40+
- networkx>=2.5.1
41+
- ninja
42+
- notebook>=0.5.0
43+
- numba>=0.57
44+
- numpy>=1.21
45+
- numpydoc
46+
- openmpi
47+
- pandas
48+
- pre-commit
49+
- pydata-sphinx-theme
50+
- pylibcugraphops==23.8.*
51+
- pylibraft==23.8.*
52+
- pytest
53+
- pytest-benchmark
54+
- pytest-cov
55+
- pytest-xdist
56+
- python-louvain
57+
- raft-dask==23.8.*
58+
- recommonmark
59+
- requests
60+
- rmm==23.8.*
61+
- scikit-build>=0.13.1
62+
- scikit-learn>=0.23.1
63+
- scipy
64+
- sphinx-copybutton
65+
- sphinx-markdown-tables
66+
- sphinx<6
67+
- sphinxcontrib-websupport
68+
- ucx-proc=*=gpu
69+
- ucx-py==0.33.*
70+
name: all_cuda-120_arch-x86_64

0 commit comments

Comments
 (0)