onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
Jian Chen 2eb3db6bf0
Adding python3.12 support to ORT (#18814)
### 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. -->
2024-01-11 08:34:28 -08:00

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