Update mypy version according to the repo

Justin Chu
2022-05-23 11:37:41 -07:00
parent cf8eaa3cfe
commit ce8fd4427b

@ -75,7 +75,7 @@ export DEBUG=1
Install the dependencies required to run CI checks locally.
```sh
conda install -c conda-forge expecttest pytest mypy=0.812 flake8 hypothesis
conda install -c conda-forge expecttest pytest mypy=0.950 flake8 hypothesis
```
#### ONNX and ONNX Runtime