chore: update version number requirements

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-09-06 13:13:49 +08:00
parent 46baa7c287
commit 017842f6bb
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
nvidia-ml-py >= 11.450.51, < 11.500.00
nvidia-ml-py >= 11.450.51, < 11.500.0a0
psutil >= 5.6.6
cachetools >= 1.0.1
termcolor >= 1.0.0