updated mypy pin (new release)
This commit is contained in:
parent
d21ff6cafa
commit
6d4f3a5d7f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue