onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
Changming Sun 398ef677ba
Update protobuf python package's version (#18203)
1. Now we use a released version of ONNX, so we can directly download a
prebuilt package from pypi.org. We do not need to build one from source.
2. Update protobuf python package's version to match the C/C++ version
we are using.
3. Update tensorboard python python because the current one is
incompatible with the newer protobuf version.
2023-11-06 09:22:54 -08:00

13 lines
209 B
Text

cerberus
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
mypy
pytest
setuptools>=68.2.2
wheel>=0.35.1
onnx==1.15.0
argparse
sympy==1.12
flatbuffers
protobuf==4.21.12
packaging