use older version of mypy
parent
0e73367345
commit
bfcd5eb08a
|
@ -1,3 +1,3 @@
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
pyparsing>=2.4.2
|
pyparsing>=2.4.2
|
||||||
mypy>=1.11.2
|
mypy==1.4.1 #TODO(Varun) A bug in mypy>=1.5.0 causes an unresolved placeholder error when importing numpy>=2.0.0 (https://github.com/python/mypy/issues/17396)
|
Loading…
Reference in New Issue