Skip to content

Commit 3e31119

Browse files
committed
Use PyNVML 12
1 parent d9746ae commit 3e31119

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda/environments/all_arch-any.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- nodejs=18
1111
- pre-commit
1212
- psutil
13-
- pynvml>=11.0.0,<12.0.0a0
13+
- pynvml>=12.0.0,<13.0.0a0
1414
- pytest
1515
- pytest-asyncio
1616
- pytest-jupyter[server]>=0.6.0

conda/recipes/jupyterlab-nvdashboard/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requirements:
2626
run:
2727
- python >=3.8
2828
- jupyterlab >=4
29-
- pynvml >=11.0.0,<12.0.0a0
29+
- pynvml >=12.0.0,<13.0.0a0
3030
- psutil
3131

3232

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies:
7272
- output_types: [conda, requirements, pyproject]
7373
packages:
7474
- jupyterlab>=4
75-
- pynvml>=11.0.0,<12.0.0a0
75+
- pynvml>=12.0.0,<13.0.0a0
7676
- psutil
7777
test_python:
7878
common:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
dependencies = [
3232
"jupyterlab>=4",
3333
"psutil",
34-
"pynvml>=11.0.0,<12.0.0a0",
34+
"pynvml>=12.0.0,<13.0.0a0",
3535
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
3636
dynamic = ["version", "description", "authors", "urls", "keywords"]
3737

0 commit comments

Comments
 (0)