mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description Update python package pipeline to support 3.11 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
13 lines
210 B
Text
13 lines
210 B
Text
cerberus
|
|
numpy==1.21.6 ; python_version < '3.11'
|
|
numpy==1.24.2 ; python_version >= '3.11'
|
|
mypy
|
|
pytest
|
|
setuptools>=41.4.0
|
|
wheel>=0.35.1
|
|
onnx==1.13.1
|
|
argparse
|
|
sympy==1.10.1
|
|
flatbuffers
|
|
protobuf==3.20.2
|
|
packaging
|