Skip to content

Commit

Permalink
update dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 11, 2024
1 parent e280de4 commit 9739d04
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
40 changes: 40 additions & 0 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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
- conda-forge
- nvidia
dependencies:
- c-compiler
- cmake>=3.26.4
- cuda-nvcc
- cuda-python>=11.7.1,<12.0a0
- cuda-version=12.2
- cudf==24.2.*
- cupy>=12.0.0
- cxx-compiler
- cython>=3.0.0
- dask>=2022.05.2
- distributed>=2022.05.2
- doxygen=1.9.1
- gcc_linux-64=11.*
- libcufile
- libcufile-dev
- ninja
- numcodecs <0.12.0
- numpy>=1.21
- numpydoc
- nvcomp==3.0.5
- packaging
- pre-commit
- pytest
- pytest-cov
- python>=3.9,<3.11
- scikit-build-core>=0.7.0
- sphinx
- sphinx-click
- sphinx_rtd_theme
- sysroot_linux-64=2.17
- zarr
name: all_cuda-122_arch-x86_64
6 changes: 5 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.0"]
cuda: ["11.8", "12.0", "12.2"]
arch: [x86_64]
includes:
- build
Expand Down Expand Up @@ -169,6 +169,10 @@ dependencies:
cuda: "12.0"
packages:
- cuda-version=12.0
- matrix:
cuda: "12.2"
packages:
- cuda-version=12.2
cuda:
common:
- output_types: conda
Expand Down

0 comments on commit 9739d04

Please sign in to comment.