Skip to content

Commit f64772c

Browse files
authored
Force to upgrade typing-extensions to a version above 4.0.0. (#1873)
Signed-off-by: Jay Zhang <[email protected]>
1 parent ae17055 commit f64772c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci_build/azure_pipelines/templates/setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ steps:
6262
# onnx-weekly won't satisfy onnx requirement so uninstallation must happen here
6363
pip uninstall -y onnx
6464
pip install --index-url https://test.pypi.org/simple/ ${PIP_ONNX_NAME:-onnx}
65+
pip uninstall typing-extensions
66+
pip install typing-extensions>4.0.0
6567
fi
6668
6769
pip freeze --all

0 commit comments

Comments
 (0)