feat(core/libnvml): add compatibility layers for NVML Python bindings (#30)

This commit is contained in:
Xuehai Pan 2022-10-17 17:46:52 +08:00 committed by GitHub
parent 72f31e5d29
commit 1a194afcb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 286 additions and 23 deletions

View file

@ -44,7 +44,7 @@ classifiers = [
"Topic :: Utilities",
]
dependencies = [
"nvidia-ml-py >= 11.450.51, < 11.500.0a0",
"nvidia-ml-py >= 11.450.51, < 11.516.0a0",
"psutil >= 5.6.6",
"cachetools >= 1.0.1",
"termcolor >= 1.0.0",