chore: improve protability on Windows

This commit is contained in:
XuehaiPan 2021-03-31 16:20:52 +08:00
parent b848862b50
commit 54d0bef737
4 changed files with 9 additions and 3 deletions

View file

@ -2,4 +2,4 @@ nvidia-ml-py==11.*
psutil
cachetools
termcolor
windows-curses; sys_platform == 'windows'
windows-curses; sys_platform == 'win32'