Skip to content

Commit 8836b93

Browse files
committed
Update Protobuf constraint in setup.py to >=6.0.0,<7.0.0
1 parent ac147b1 commit 8836b93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ def select_constraint(default, nightly=None, git_master=None):
7979
# TODO(b/263060885): Remove the explicit numpy dependency once TF works
8080
# with numpy>=1.24.
8181
'numpy>=1.22',
82-
'protobuf>=4.25.2,<7.0.0',
82+
'protobuf>=6.0.0,<7.0.0',
83+
8384

8485
'tensorflow>=2.21,<2.22',
8586
'tensorflow-metadata'

0 commit comments

Comments
 (0)