From 6d4f3a5d7f8114b42a82aa0144dfb686543453c0 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 13 Apr 2023 16:45:40 +0200 Subject: [PATCH] updated mypy pin (new release) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 296d5955..116bc0fd 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ REQUIREMENTS: dict = { 'test': [ 'pytest', 'pytest-mypy != v0.10.1', - 'mypy != 1.1.1', + 'mypy < 1.1.1', 'pytest-tornasync', 'numpy-stubs @ git+https://github.com/numpy/numpy-stubs.git', 'types-dataclasses',