diff --git a/setup.py b/setup.py index 27669ca..77123b5 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ extras_require={ "extra": ["matplotlib", "statsmodels", "scikit-learn", "pandas"], "dev": [ - "mypy==2.1.0", + "mypy==2.2.0", "pylint==4.0.6", "pycodestyle==2.14.0", "pdoc3==0.11.6",