onnxruntime/tools/ci_build/github/linux/docker/scripts/manylinux/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

10 lines
174 B
Text

numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
mypy
pytest
setuptools>=41.4.0
wheel
onnx==1.13.1
protobuf==3.20.2
sympy==1.10.1
flatbuffers