onnxruntime/tools/ci_build/github/linux/docker/scripts/requirements.txt
liqun Fu ac9ae9f7c5
update onnx release 1.14 for docker files (#15680)
### Description
this is for ort 1.15 release to work with onnx 1.14
It shall be merged after onnx 1.14 release and before ort 1.15 release.


### Motivation and Context

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
2023-05-10 13:15:56 -07:00

13 lines
210 B
Text

cerberus
numpy==1.21.6 ; python_version < '3.11'
numpy==1.24.2 ; python_version >= '3.11'
mypy
pytest
setuptools>=41.4.0
wheel>=0.35.1
onnx==1.14.0
argparse
sympy==1.10.1
flatbuffers
protobuf==3.20.2
packaging