Skip to content

Commit

Permalink
bit more dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent 5868c88 commit 6ed55c4
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
63 changes: 63 additions & 0 deletions conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 9 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 6ed55c4

Please sign in to comment.