Skip to content

Commit 4c397a7

Browse files
committed
build fix
1 parent 4277d35 commit 4c397a7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

conda/recipes/rapids-cli/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
schema_version: 1
44

@@ -35,6 +35,7 @@ requirements:
3535
- nvidia-ml-py >=12.0
3636
- packaging
3737
- psutil
38+
- pyyaml
3839
- rich
3940
- rich-click
4041

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ dependencies:
6565
- cuda-pathfinder >=1.2.3
6666
- packaging
6767
- psutil
68+
- pyyaml
6869
- rich
6970
- rich-click
70-
- yaml
7171
- output_types: [conda]
7272
packages:
7373
- importlib-metadata >=4.13.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies = [
1212
"nvidia-ml-py>=12.0",
1313
"packaging",
1414
"psutil",
15+
"pyyaml",
1516
"rich",
1617
"rich-click",
17-
"yaml",
1818
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
1919

2020
[project.optional-dependencies]

0 commit comments

Comments
 (0)