Skip to content

Force to upgrade typing-extensions to a version above 4.0.0. #1873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2022
Merged

Force to upgrade typing-extensions to a version above 4.0.0. #1873

merged 1 commit into from
Mar 3, 2022

Conversation

fatcat-z
Copy link
Collaborator

@fatcat-z fatcat-z commented Mar 2, 2022

For onnx-weekly CI job, upgrade the typing-extensions to a version above 4.0.0 to avoid unexpected crash on opset 15.

Signed-off-by: Jay Zhang [email protected]

@@ -62,6 +62,8 @@ steps:
# onnx-weekly won't satisfy onnx requirement so uninstallation must happen here
pip uninstall -y onnx
pip install --index-url https://test.pypi.org/simple/ ${PIP_ONNX_NAME:-onnx}
pip uninstall typing-extensions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's related to onnx-weekly-1.10.1.dev20210830,
The latest one is 1.11.0.dev20220228, but it will install fail.

@fatcat-z fatcat-z merged commit f64772c into onnx:master Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants