Skip to content

Commit eb8c650

Browse files
committed
update protobuf
1 parent 4116914 commit eb8c650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
echo `python3 --version`
1616
cd torch_ort
17-
python3 -m pip install --upgrade protobuf==3.20.1
17+
python3 -m pip install --upgrade protobuf==3.20.2
1818
python3 -m pip install --pre onnxruntime-training --no-cache-dir -f https://download.onnxruntime.ai/onnxruntime_nightly_cpu.html
1919
python3 -m pip install torch==1.13.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2020
python3 setup.py install --prefix=/tmp

tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest
44
setuptools>=41.4.0
55
wheel
66
git+http://github.com/onnx/onnx.git@237926eab41de21fb9addc4b03b751fd6a3343ec#egg=onnx
7-
protobuf==3.20.1
7+
protobuf==3.20.2
88
sympy==1.1.1
99
flake8
1010
flatbuffers

0 commit comments

Comments
 (0)