mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### 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>
13 lines
210 B
Text
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
|