From 78dc7a0a7975386a0383e589b3a0a13598bf0c34 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 23 Feb 2025 19:34:02 +0100 Subject: [PATCH] Bump skypilot to 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f94c3a..3f6166a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "Click", "ray[default]", - "skypilot==0.7.0", + "skypilot==0.8.0", "hiyapyco'" ] [dependencies]