From 4564db283ee3376627de5c04cd9a0960eedc6634 Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 26 Feb 2024 20:26:58 +0000 Subject: [PATCH] change python version to match requirement.txt --- book/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/environment.yml b/book/environment.yml index 914a189b..e789e4e1 100755 --- a/book/environment.yml +++ b/book/environment.yml @@ -2,7 +2,7 @@ name: eds-book channels: - conda-forge dependencies: - - python=3.9 + - python=3.8 - pip - pip: - jupyter-book==0.15.1