-
Notifications
You must be signed in to change notification settings - Fork 8
/
dependencies.yaml
86 lines (86 loc) · 1.71 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: none
includes:
- build
- checks
- py_version
- run
- test
checks:
output: none
includes:
- checks
- py_version
build:
output: pyproject
pyproject_dir: .
extras:
table: build-system
includes:
- build
run:
output: pyproject
pyproject_dir: .
extras:
table: project
includes:
- run
test_extras:
output: pyproject
pyproject_dir: .
extras:
table: project.optional-dependencies
key: test
includes:
- test
channels:
- rapidsai
- rapidsai-nightly
- conda-forge
dependencies:
build:
common:
- output_types: [conda, requirements, pyproject]
packages:
- setuptools
- wheel
checks:
common:
- output_types: [conda, requirements]
packages:
- pre-commit
py_version:
specific:
- output_types: conda
matrices:
- matrix:
py: "3.9"
packages:
- python=3.9
- matrix:
py: "3.10"
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
- python=3.11
- matrix:
packages:
- python>=3.9,<3.12
run:
common:
- output_types: [conda, requirements, pyproject]
packages:
- PyYAML
- packaging
- rapids-dependency-file-generator>=1.13.3,<2.0.dev0
- tomlkit
test:
common:
- output_types: [conda, requirements, pyproject]
packages:
- jinja2
- pytest