diff --git a/setup.py b/setup.py index 7bf8dffe..ba15bb0a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "autopep8 == 1.4.0", "flake8 >= 3.5.0, < 3.6.0", "flake8-print", - "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake + "pycodestyle >=2.3.0,<2.6.0", # To avoid incompatibility with flake ] }, packages=find_packages(),