Skip to content

Commit

Permalink
Merge pull request #76593 from rtg0795/r2.18
Browse files Browse the repository at this point in the history
Update protobuf nightly to <6.0.0dev
  • Loading branch information
vam-google authored Sep 26, 2024
2 parents 80148a5 + 174b2bc commit 4b55ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def standard_or_nightly(standard, nightly):
'packaging',
# pylint:disable=line-too-long
(
'protobuf>=3.20.3,<5.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5'
'protobuf>=3.20.3,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5'
),
'requests >= 2.21.0, < 3',
'setuptools',
Expand Down

0 comments on commit 4b55ed0

Please sign in to comment.