-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependencies.yaml
37 lines (37 loc) · 1.02 KB
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
checks:
output: none
includes:
- checks
py_build:
output: pyproject
pyproject_dir: python/rapids-logger
extras:
table: build-system
includes:
- py_build
channels:
- conda-forge
dependencies:
checks:
common:
- output_types: [conda, requirements]
packages:
- pre-commit
# pre-commit requires identify minimum version 1.0, but clang-format requires textproto support and that was
# added in 2.5.20, so we need to call out the minimum version needed for our plugins
- identify>=2.5.20
- python>=3.10
py_build:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cmake>=3.26.4,!=3.30.0
- ninja
- output_types: conda
packages:
- scikit-build-core>=0.10.0
- output_types: [requirements, pyproject]
packages:
- scikit-build-core[pyproject]>=0.10.0