Skip to content

Commit

Permalink
Start generating conda test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Dec 4, 2023
1 parent 75a799e commit 15fac52
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 1 deletion.
36 changes: 36 additions & 0 deletions conda/environments/all_cuda-114_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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
- conda-forge
- nvidia
dependencies:
- click >=8.1
- cuda-version=11.4
- cudatoolkit
- cudf==24.2.*
- dask-cudf==24.2.*
- distributed-ucxx==0.36.*
- kvikio==24.2.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpydoc>=1.1.0
- pandas>=1.3,<1.6.0.dev0
- pre-commit
- pynvml>=11.0.0,<11.5
- pytest
- pytest-cov
- python>=3.9,<3.11
- rapids-dask-dependency==24.2.*
- setuptools>=64.0.0
- sphinx
- sphinx-click>=2.7.1
- sphinx-rtd-theme>=0.5.1
- ucx-proc=*=gpu
- ucx-py==0.36.*
- ucxx==0.36.*
- zict>=2.0.0
name: all_cuda-114_arch-x86_64
36 changes: 36 additions & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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
- conda-forge
- nvidia
dependencies:
- click >=8.1
- cuda-version=11.8
- cudatoolkit
- cudf==24.2.*
- dask-cudf==24.2.*
- distributed-ucxx==0.36.*
- kvikio==24.2.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpydoc>=1.1.0
- pandas>=1.3,<1.6.0.dev0
- pre-commit
- pynvml>=11.0.0,<11.5
- pytest
- pytest-cov
- python>=3.9,<3.11
- rapids-dask-dependency==24.2.*
- setuptools>=64.0.0
- sphinx
- sphinx-click>=2.7.1
- sphinx-rtd-theme>=0.5.1
- ucx-proc=*=gpu
- ucx-py==0.36.*
- ucxx==0.36.*
- zict>=2.0.0
name: all_cuda-118_arch-x86_64
37 changes: 37 additions & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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
- conda-forge
- nvidia
dependencies:
- click >=8.1
- cuda-nvcc-impl
- cuda-nvrtc
- cuda-version=12.0
- cudf==24.2.*
- dask-cudf==24.2.*
- distributed-ucxx==0.36.*
- kvikio==24.2.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpydoc>=1.1.0
- pandas>=1.3,<1.6.0.dev0
- pre-commit
- pynvml>=11.0.0,<11.5
- pytest
- pytest-cov
- python>=3.9,<3.11
- rapids-dask-dependency==24.2.*
- setuptools>=64.0.0
- sphinx
- sphinx-click>=2.7.1
- sphinx-rtd-theme>=0.5.1
- ucx-proc=*=gpu
- ucx-py==0.36.*
- ucxx==0.36.*
- zict>=2.0.0
name: all_cuda-120_arch-x86_64
5 changes: 4 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: none
output: conda
matrix:
cuda: ["11.4", "11.8", "12.0"]
arch: [x86_64]
includes:
- build_python
- cudatoolkit
Expand Down

0 comments on commit 15fac52

Please sign in to comment.