mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps: update linter dependencies
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
7501b6fc7f
commit
56c9c8c631
2 changed files with 2 additions and 2 deletions
2
.github/workflows/constraints.txt
vendored
2
.github/workflows/constraints.txt
vendored
|
|
@ -1 +1 @@
|
|||
pylint >= 2.15.0, != 2.15.6, != 2.15.7
|
||||
pylint >= 2.15.0, < 2.15.6
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -50,7 +50,7 @@ try:
|
|||
'lint': [
|
||||
'black >= 22.6.0',
|
||||
'isort',
|
||||
'pylint[spelling] >= 2.15.0, != 2.16, != 2.17',
|
||||
'pylint[spelling] >= 2.15.0, < 2.15.6',
|
||||
'pre-commit',
|
||||
],
|
||||
'cuda10': ['nvidia-ml-py == 11.450.51'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue