onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
Changming Sun 4af593a722
Add python 3.13 support (#22380)
1. Add python 3.13 to our python packaging pipelines
2. Because numpy 2.0.0 doesn't support thread free python, this PR also
upgrades numpy to the latest
3. Delete some unused files.
2024-10-14 18:07:54 -07:00

13 lines
205 B
Text

cerberus
numpy==1.24.4 ; python_version < '3.9'
numpy==2.1.2; python_version >= '3.9'
mypy
pytest
setuptools==69.0.3
wheel==0.42.0
onnx==1.16.1
argparse
sympy==1.12
flatbuffers
protobuf==4.21.12
packaging