diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 057efad..3cf102a 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1 +1 @@ -pylint >= 2.15.0, != 2.15.6, != 2.15.7 +pylint >= 2.15.0, < 2.15.6 diff --git a/setup.py b/setup.py index 2c446fc..713cd18 100755 --- a/setup.py +++ b/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'],