Skip to content

Commit

Permalink
Use PyNVML 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 19, 2024
1 parent d9746ae commit 3e31119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_arch-any.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- nodejs=18
- pre-commit
- psutil
- pynvml>=11.0.0,<12.0.0a0
- pynvml>=12.0.0,<13.0.0a0
- pytest
- pytest-asyncio
- pytest-jupyter[server]>=0.6.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/jupyterlab-nvdashboard/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
run:
- python >=3.8
- jupyterlab >=4
- pynvml >=11.0.0,<12.0.0a0
- pynvml >=12.0.0,<13.0.0a0
- psutil


Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- jupyterlab>=4
- pynvml>=11.0.0,<12.0.0a0
- pynvml>=12.0.0,<13.0.0a0
- psutil
test_python:
common:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
dependencies = [
"jupyterlab>=4",
"psutil",
"pynvml>=11.0.0,<12.0.0a0",
"pynvml>=12.0.0,<13.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
dynamic = ["version", "description", "authors", "urls", "keywords"]

Expand Down

0 comments on commit 3e31119

Please sign in to comment.