From 149342d6d45b99ba86a3a79571054fbf6aefb840 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sun, 3 Nov 2024 22:49:14 +0800 Subject: [PATCH] Bump to Python 3.12 and Jupyter Book 1.0.3 (#715) --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 160a1e3bf..5718191b6 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - conda-forge - nodefaults dependencies: - - python=3.11 + - python=3.12 - cartopy - - jupyter-book=1.0.0 + - jupyter-book=1.0.3 - matplotlib - numpy - obspy=1.4.1