From a54e4c97a198808e71a6dc0e950d9223a60aea83 Mon Sep 17 00:00:00 2001 From: Maxime RIO Date: Thu, 22 May 2025 22:26:52 +0000 Subject: [PATCH 1/2] add zoo and fourcastnext to the tutorial environment --- tutorials.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials.yml b/tutorials.yml index dfc13e66..f77e2936 100644 --- a/tutorials.yml +++ b/tutorials.yml @@ -10,3 +10,5 @@ dependencies: - -e packages/training[lightning] - -e packages/tutorial - -e packages/utils + - -e packages/zoo + - -e packages/bundled_models/fourcastnext From 9810a002f6231ee907fe55b691c9a6a80f35c4c0 Mon Sep 17 00:00:00 2001 From: Maxime RIO Date: Fri, 23 May 2025 00:00:23 +0000 Subject: [PATCH 2/2] ensure downloadable dataset dependencies are installed too This fixes the issue of having gcfs installed for the FourCastMini_Demo tutorial. --- tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials.yml b/tutorials.yml index f77e2936..af5f306b 100644 --- a/tutorials.yml +++ b/tutorials.yml @@ -5,7 +5,7 @@ dependencies: - python=3.11 - pip - pip: - - -e packages/data + - -e packages/data[download] - -e packages/pipeline - -e packages/training[lightning] - -e packages/tutorial