Skip to content

Commit

Permalink
Merge pull request #57590 from tensorflow/fix-protobuf-on2.7
Browse files Browse the repository at this point in the history
Pin protobuf.
  • Loading branch information
mihaimaruseac committed Sep 1, 2022
2 parents d2bebcb + c04f7f4 commit a73cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/release/requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ h5py ~= 3.1.0 # NOTE: not the latest version due to py3.6
keras_preprocessing ~= 1.1.2
numpy ~= 1.19.5 # NOTE: not the latest version due to py3.6
opt_einsum ~= 3.3.0
protobuf >= 3.17.1
protobuf ~= 3.19.3 # NOTE: Earliest version for Python 3.10
six ~= 1.16.0
termcolor ~= 1.1.0
typing_extensions ~= 3.10.0.0
Expand Down

0 comments on commit a73cc22

Please sign in to comment.