mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix python packaging pipeline (#14533)
fix onnx and protobuf inconsistencies in python packaging pipeline.
This commit is contained in:
parent
0578eeff91
commit
7954976e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ mypy
|
||||||
pytest
|
pytest
|
||||||
setuptools>=41.4.0
|
setuptools>=41.4.0
|
||||||
wheel
|
wheel
|
||||||
git+http://github.com/onnx/onnx.git@5a5f8a5935762397aa68429b5493084ff970f774#egg=onnx
|
onnx==1.13.0
|
||||||
protobuf==3.20.2
|
protobuf==3.20.2
|
||||||
sympy==1.10.1
|
sympy==1.10.1
|
||||||
flatbuffers
|
flatbuffers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue