Skip to content

Commit

Permalink
Bump azure skypilot to a stable 0.6.1 (#2933)
Browse files Browse the repository at this point in the history
* bump skypilot azure

* Auto-update of Starter template

---------

Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
avishniakov and actions-user authored Aug 19, 2024
1 parent 4722acc commit 39d44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/integrations/skypilot_azure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SkypilotAzureIntegration(Integration):
"""Definition of Skypilot (Azure) Integration for ZenML."""

NAME = SKYPILOT_AZURE
REQUIREMENTS = ["skypilot-nightly[azure]==1.0.0.dev20240716"]
REQUIREMENTS = ["skypilot[azure]>=0.6.1"]
APT_PACKAGES = ["openssh-client", "rsync"]

@classmethod
Expand Down

0 comments on commit 39d44ce

Please sign in to comment.