From f0052d0cf83e027e606b807e0cb5940f8a29de51 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 13 Jun 2024 19:35:19 -0600 Subject: [PATCH 1/2] Build on binder --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 031f813..1ea4ae7 100644 --- a/_config.yml +++ b/_config.yml @@ -8,8 +8,8 @@ copyright: "2024" execute: # To execute notebooks via a Binder instead, replace 'cache' with 'binder' - execute_notebooks: cache - timeout: 600 + execute_notebooks: binder + timeout: 3600 allow_errors: False # cells with expected failures must set the `raises-exception` cell tag # Add a few extensions to help with parsing content From e732714323348ac3d8e17eda3d4334864d460df3 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 13 Jun 2024 22:25:32 -0600 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index f8cf746..15dcd62 100644 --- a/environment.yml +++ b/environment.yml @@ -2,6 +2,7 @@ name: paleoPCA-Cookbook channels: - conda-forge dependencies: + - python<3.12 # hopefully temporary, to accommodate issues with Pythia binder - jupyter-book - jupyterlab - sphinx-pythia-theme