Skip to content

Commit 4e891f7

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Pin google-cloud-aiplatform[tensorboard] dependency on tensorflow < 2.15.0 due to breaking change introduced in tensorboard 2.15.1
PiperOrigin-RevId: 591081669
1 parent eaa61c4 commit 4e891f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
if package.startswith("google.cloud.aiplatform.preview.vertex_ray")
4747
]
4848

49-
tensorboard_extra_require = ["tensorflow >=2.3.0, <3.0.0dev"]
49+
tensorboard_extra_require = ["tensorflow >=2.3.0, <2.15.0"]
5050
metadata_extra_require = ["pandas >= 1.0.0", "numpy>=1.15.0"]
5151
xai_extra_require = ["tensorflow >=2.3.0, <3.0.0dev"]
5252
lit_extra_require = [

0 commit comments

Comments
 (0)