Skip to content

Commit

Permalink
Be more lenient on protobuf version to help tensorflow compatibility.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 485064233
  • Loading branch information
xingyousong authored and copybara-github committed Oct 31, 2022
1 parent 50ab3e2 commit 8b4429c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attrs==21.4.0
absl-py>=1.0.0
numpy>=1.21.5
coverage>=4.5,<=6.4.2
protobuf>=3.20,<4.0
protobuf>=3.6,<4.0
mock>=3.0,<=4.0.3
pytype>=2022.10.26
portpicker>=1.5.2
Expand Down
2 changes: 1 addition & 1 deletion vizier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

sys.path.append(PROTO_ROOT)

__version__ = "0.0.12"
__version__ = "0.0.13"

0 comments on commit 8b4429c

Please sign in to comment.