Skip to content

Commit

Permalink
Update pynvml requirement from <12,>=11.5.0 to >=11.5.0,<13
Browse files Browse the repository at this point in the history
Updates the requirements on [pynvml](https://github.com/gpuopenanalytics/pynvml) to permit the latest version.
- [Commits](gpuopenanalytics/pynvml@11.5.0...12.0.0)

---
updated-dependencies:
- dependency-name: pynvml
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 06fb4a8 commit 15fd532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['system_metrics_monitor'] = {
'pynvml>=11.5.0,<12',
'pynvml>=11.5.0,<13',
}

extra_deps['slack'] = {
Expand Down Expand Up @@ -220,7 +220,7 @@ def package_files(prefix: str, directory: str, extension: str):
extra_deps['mlflow'] = [
'mlflow>=2.14.1,<3.0',
'databricks-sdk==0.38.0',
'pynvml>=11.5.0,<12',
'pynvml>=11.5.0,<13',
]

extra_deps['pandas'] = ['pandas>=2.0.0,<3.0']
Expand Down

0 comments on commit 15fd532

Please sign in to comment.