Skip to content

Commit

Permalink
Avoid co-installing with google-vizier that breaks for protobuf 4.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 722668498
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Feb 3, 2025
1 parent 67e8f83 commit c7643fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def get_version():
],
namespace_packages=[],
install_requires=[
'google-vizier>=0.0.13',
'google-vizier>=0.0.13,!=0.1.23,!=0.1.24', # b/394062744
'ml-collections',
'networkx',
'pyarrow',
Expand Down

0 comments on commit c7643fe

Please sign in to comment.