Remove onnx<1.14 from requirements.txt (#447)
* remove onnx<1.14 from requirements.txt * downgrade protobuf * move protobuf req to requirements-dev.txt --------- Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com> Co-authored-by: Wenbing Li <10278425+wenbingl@users.noreply.github.com>
This commit is contained in:
Родитель
b603c0283a
Коммит
77cf3e6d2c
|
@ -5,3 +5,4 @@ pytest
|
|||
onnxruntime >=1.10.0
|
||||
transformers >= 4.9.2,<=4.24.0
|
||||
tensorflow_text >=2.5.0
|
||||
protobuf==3.20.*
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# 1.14 hasn't be supported yet.
|
||||
onnx>=1.9.0,<1.14
|
||||
onnx>=1.9.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче