onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
Changming Sun e7d8596c7c
Update docker images: remove python 3.8 and 3.9 (#23310)
Python 3.8 and 3.9 are removed from the new manylinux images, to reduce
image size.
2025-01-10 13:09:04 -08:00

13 lines
231 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.17.0 ; python_version < '3.13'
argparse
sympy==1.12
flatbuffers
protobuf==4.21.12
packaging