-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdependencies.yaml
More file actions
93 lines (92 loc) · 2.33 KB
/
dependencies.yaml
File metadata and controls
93 lines (92 loc) · 2.33 KB
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
87
88
89
90
91
92
93
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
py_run_rapids_cli:
output: pyproject
pyproject_dir: .
extras:
table: project
includes:
- run_python
py_test_rapids_cli:
output: pyproject
pyproject_dir: .
extras:
table: project.optional-dependencies
key: test
includes:
- test_python
test_python:
output: none
includes:
- depends_on_rapids_cli
- py_version
- test_python
channels:
- rapidsai
- rapidsai-nightly
- conda-forge
dependencies:
depends_on_rapids_cli:
common:
- output_types: [conda, requirements, pyproject]
packages:
- rapids-cli
py_version:
specific:
- output_types: conda
matrices:
- matrix:
py: "3.10"
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
- python=3.11
- matrix:
py: "3.12"
packages:
- python=3.12
- matrix:
py: "3.13"
packages:
- python=3.13
- matrix:
packages:
- python>=3.10,<3.14
run_python:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cuda-core >=0.6.0
- nvidia-ml-py>=12.0
- cuda-pathfinder >=1.2.3
- packaging
- psutil
- pyyaml
- rich
- rich-click
- output_types: [conda]
packages:
- importlib-metadata >=4.13.0
# "python_version" specifier is a 'pip'-specific thing, so this needs its own group
- output_types: [pyproject, requirements]
packages:
- importlib-metadata >= 4.13.0; python_version < '3.12'
docs:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pydata-sphinx-theme>=0.16.1
- sphinx>=8
- sphinx-autobuild>=2025.8.25
- sphinx-copybutton>=0.5.2
- sphinx-llm>=0.3.0
test_python:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pytest
- pytest-cov