File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
33schema_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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments