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

numpy==1.21.6 ; python_version < '3.9'
numpy==2.0.0 ; python_version >= '3.9'
mypy
pytest
setuptools>=68.2.2
wheel
onnx==1.17.0 ; python_version < '3.13'
protobuf==4.21.12
sympy==1.12 ; python_version < '3.9'
sympy==1.13 ; python_version >= '3.9'
flatbuffers
neural-compressor>=2.2.1
triton