onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
Jian Chen af28754e6f
Update python package pipeline to support 3.11 (#15311)
### 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. -->
2023-04-04 10:55:32 -07:00

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