use older version of mypy

release/4.3a0
Varun Agrawal 2024-08-26 05:48:18 -04:00
parent 0e73367345
commit bfcd5eb08a
1 changed files with 1 additions and 1 deletions

View File

@ -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)