From e5e6ef4671d3b1176e6817d459333a1e8217ae6e Mon Sep 17 00:00:00 2001 From: Mark Wieczorek Date: Wed, 10 Jul 2024 10:10:22 +0200 Subject: [PATCH] Use python 3.11 for binder --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index bdbd1994..9abaab82 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,6 +2,6 @@ name: pyshtools channels: - conda-forge dependencies: - - python=3.12 + - python=3.11 - pyshtools>=4.13.0 - palettable>=3.3