microsoft / onnxscript

ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
https://onnxscript.ai/
MIT License
285 stars 54 forks source link

Fix annotations on Python 3.8 #1860

Closed xadupre closed 2 months ago

xadupre commented 2 months ago

onnxruntime fails on python 3.8 due to this annotation not supported by python 3.8: https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=1487526&view=logs&j=27376bd6-dcc5-5003-357b-1bdbfd73bf61&t=9ca19f38-9f20-5e24-7fb6-b0929d01dde8.

xadupre commented 2 months ago

already fixed