diff --git a/conda/environments/all_cuda-124_arch-x86_64.yaml b/conda/environments/all_cuda-124_arch-x86_64.yaml new file mode 100644 index 0000000..82dba1c --- /dev/null +++ b/conda/environments/all_cuda-124_arch-x86_64.yaml @@ -0,0 +1,63 @@ +# This file is generated by `rapids-dependency-file-generator`. +# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. +channels: +- rapidsai +- rapidsai-nightly +- dask/label/dev +- pyg +- conda-forge +- nvidia +dependencies: +- breathe +- cmake>=3.26.4,!=3.30.0 +- cuda-cudart-dev +- cuda-nvtx-dev +- cuda-profiler-api +- cuda-version=12.4 +- cudf==24.12.* +- cugraph==24.12.* +- cupy>=12.0.0 +- cython>=3.0.0 +- dask-cudf==24.12.* +- dglteam/label/th21_cu121::dgl +- doxygen +- graphviz +- ipython +- libcublas-dev +- libcurand-dev +- libcusolver-dev +- libcusparse-dev +- nbsphinx +- ninja +- notebook>=0.5.0 +- numba>=0.57 +- numpy>=1.23,<3.0a0 +- numpydoc +- pandas +- pre-commit +- pydantic +- pydata-sphinx-theme +- pyg::pyg +- pylibcugraphops==24.12.* +- pylibraft==24.12.* +- pylibwholegraph==24.12.* +- pytest +- pytest-benchmark +- pytest-cov +- pytest-xdist +- pytorch-cuda=12.1 +- pytorch::pytorch>=2.0,<2.2.0a0 +- raft-dask==24.12.* +- recommonmark +- rmm==24.12.* +- scikit-build-core>=0.10.0 +- scipy +- setuptools>=61.0.0 +- sphinx-copybutton +- sphinx-markdown-tables +- sphinx<6 +- sphinxcontrib-websupport +- torchdata +- wget +- wheel +name: all_cuda-124_arch-x86_64 diff --git a/dependencies.yaml b/dependencies.yaml index 269b1c3..c0a5f13 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -3,7 +3,7 @@ files: all: output: [conda] matrix: - cuda: ["11.8", "12.1"] + cuda: ["11.8", "12.1", "12.4"] arch: [x86_64] includes: - checks @@ -185,6 +185,14 @@ dependencies: cuda: "12.2" packages: - cuda-version=12.2 + - matrix: + cuda: "12.4" + packages: + - cuda-version=12.4 + - matrix: + cuda: "12.5" + packages: + - cuda-version=12.5 cuda: specific: - output_types: [conda]