Skip to content

Commit 65c84b7

Browse files
committed
Add conda environment files without CUDA requirement
1 parent 4464ca9 commit 65c84b7

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

conda/environments/all.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
- dask/label/dev
5+
- conda-forge
6+
dependencies:
7+
- c-compiler
8+
- cloudpickle
9+
- cmake>=3.26.4
10+
- cxx-compiler
11+
- cython>=3.0.0
12+
- dask
13+
- distributed
14+
- fmt>=9.1.0,<10
15+
- gmock>=1.13.0
16+
- gtest>=1.13.0
17+
- libtool
18+
- ninja
19+
- numba>=0.57.1
20+
- numpy>=1.21
21+
- pip
22+
- pkg-config
23+
- pre-commit
24+
- pytest
25+
- pytest-asyncio
26+
- pytest-rerunfailures
27+
- python>=3.9,<3.11
28+
- scikit-build>=0.13.1
29+
- setuptools
30+
- spdlog>=1.11.0,<1.12
31+
- tomli
32+
- ucx
33+
- wheel
34+
name: ucxx

conda/environments/cpp.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- conda-forge
5+
dependencies:
6+
- c-compiler
7+
- cmake>=3.26.4
8+
- cxx-compiler
9+
- fmt>=9.1.0,<10
10+
- gmock>=1.13.0
11+
- gtest>=1.13.0
12+
- libtool
13+
- ninja
14+
- pre-commit
15+
- spdlog>=1.11.0,<1.12
16+
- ucx
17+
name: libucxx

0 commit comments

Comments
 (0)