Skip to content

Commit

Permalink
fix: Pin google-cloud-aiplatform[tensorboard] dependency on tensorflo…
Browse files Browse the repository at this point in the history
…w < 2.15.0 due to breaking change introduced in tensorboard 2.15.1

PiperOrigin-RevId: 591081669
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Dec 15, 2023
1 parent eaa61c4 commit 4e891f7
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 @@ -46,7 +46,7 @@
if package.startswith("google.cloud.aiplatform.preview.vertex_ray")
]

tensorboard_extra_require = ["tensorflow >=2.3.0, <3.0.0dev"]
tensorboard_extra_require = ["tensorflow >=2.3.0, <2.15.0"]
metadata_extra_require = ["pandas >= 1.0.0", "numpy>=1.15.0"]
xai_extra_require = ["tensorflow >=2.3.0, <3.0.0dev"]
lit_extra_require = [
Expand Down

0 comments on commit 4e891f7

Please sign in to comment.