From 9cf3476a31c126daf9af2e821fda0f179d3651f1 Mon Sep 17 00:00:00 2001 From: Kevin Tyle Date: Fri, 15 Nov 2024 16:52:01 +0000 Subject: [PATCH 1/2] Pin python<3.13 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8378fa4..e49a730 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: HRRR-AWS-cookbook-dev channels: - conda-forge dependencies: - - python>=3.10 + - python<3.13 - jupyter-book - jupyterlab - dask From fefc2088725b2773f11d3e951e4c0d15bc879471 Mon Sep 17 00:00:00 2001 From: Kevin Tyle Date: Fri, 15 Nov 2024 15:30:29 -0500 Subject: [PATCH 2/2] Update environment.yml Co-authored-by: Brian Rose --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index e49a730..d95689c 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: HRRR-AWS-cookbook-dev channels: - conda-forge dependencies: - - python<3.13 + - python<3.13 # to avoid a dependency conflict with JupyterBook 1.0.3 - jupyter-book - jupyterlab - dask