mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
### Description Adding python3.12 support to ORT ### 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. -->
14 lines
250 B
Text
14 lines
250 B
Text
cerberus
|
|
numpy==1.21.6 ; python_version < '3.11'
|
|
numpy==1.24.2 ; python_version == '3.11'
|
|
numpy==1.26.0 ; python_version >= '3.12'
|
|
mypy
|
|
pytest
|
|
setuptools==69.0.3
|
|
wheel==0.42.0
|
|
onnx==1.15.0
|
|
argparse
|
|
sympy==1.12
|
|
flatbuffers
|
|
protobuf==4.21.12
|
|
packaging
|