Skip to content

Commit fda1efe

Browse files
fix: CI is broken with a deprecated dependency on pynvml (#2926)
Signed-off-by: Harrison Saturley-Hall <[email protected]> Signed-off-by: alec-flowers <[email protected]> Co-authored-by: alec-flowers <[email protected]>
1 parent 41dacce commit fda1efe

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

container/deps/requirements.txt

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
153

164
accelerate==1.6.0
175
aiofiles
@@ -28,6 +16,7 @@ matplotlib
2816
msgspec
2917
mypy
3018
numpy==1.26.4 # pmdarima is not compatible with numpy 2
19+
nvidia-ml-py==13.580.65
3120
opentelemetry-api
3221
opentelemetry-sdk
3322
pip
@@ -37,7 +26,6 @@ prometheus-api-client
3726
prophet
3827
protobuf==5.29.5
3928
pydantic==2.7.1
40-
pynvml
4129
pyright
4230
PyYAML
4331
scikit-learn

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ filterwarnings = [
153153
"ignore:.*unclosed.*socket.*:ResourceWarning", # Ignore unclosed socket warnings
154154
"ignore:.*unclosed event loop.*:ResourceWarning", # Ignore unclosed event loop warnings
155155
"ignore:.*Exception ignored in.*:pytest.PytestUnraisableExceptionWarning", # Ignore unraisable exception warnings
156+
"ignore:The pynvml package is deprecated.*:FutureWarning", # Ignore pynvml deprecation warning, temporary until upstream library updates to nvidia-ml-py
156157
]
157158

158159

0 commit comments

Comments
 (0)