[CI] Fix mypy CI (#443)

### What this PR does / why we need it?
Fix CI by updating mypy and pining numpy version

_the modification of model_runner_v1 is just to make CI happy_

### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
CI passed

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-04-01 09:25:33 +08:00
committed by GitHub
parent c42e21a5aa
commit 2dbd763584
4 changed files with 8 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ clang-format==18.1.5
sphinx-lint==1.0.0
# type checking
mypy==1.11.1
mypy==1.15.0
types-PyYAML
types-requests
types-setuptools