Skip to content

Commit

Permalink
build: ⬆️ Upgrade min required google-cloud-aiplatform to 1.34.0 (#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisserra committed Feb 8, 2024
1 parent cc085e7 commit 0207fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/integrations/gcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GcpIntegration(Integration):
"google-cloud-secret-manager",
"google-cloud-container>=2.21.0",
"google-cloud-storage>=2.9.0",
"google-cloud-aiplatform>=1.21.0", # includes shapely pin fix
"google-cloud-aiplatform>=1.34.0", # includes shapely pin fix
"google-cloud-build>=3.11.0",
"kubernetes",
]
Expand Down

0 comments on commit 0207fc7

Please sign in to comment.