mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description this is for ORT 1.17.0 - make ORT to use ONNX release 1.15.0 branch. Eventually will update to the release tag once ONNX 1.15.0 is released ### Motivation and Context Prepare for ORT 1.17.0 release. People can start work on new and updated ONNX ops in ORT. --------- Signed-off-by: Liqun Fu <liqfu@microsoft.com>
11 lines
270 B
Text
11 lines
270 B
Text
numpy==1.21.6 ; python_version < '3.11'
|
|
numpy==1.24.2 ; python_version >= '3.11'
|
|
mypy
|
|
pytest
|
|
setuptools>=41.4.0
|
|
wheel
|
|
git+http://github.com/onnx/onnx.git@ac3e58759463ff3a3089e3cd64fddbfad0f6724d#egg=onnx
|
|
protobuf==3.20.2
|
|
sympy==1.12
|
|
flatbuffers
|
|
neural-compressor>=2.2.1
|