From 939bd740fc030fa14fe94b10978da72c2d502c54 Mon Sep 17 00:00:00 2001 From: Aarav Shukla Date: Wed, 29 Jan 2025 16:40:29 +0530 Subject: [PATCH 1/2] Update Binder environment to use latest Mesa version (#2652) --- binder/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index f701a131ec9..20759c3e5ec 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -1,8 +1,8 @@ -name: example-environment +name: mesa-tutorials channels: - conda-forge dependencies: - - python + - python=3.9 - numpy - pip - pip: From 569916fda7bc1b1919ffbe19e67976fa7c49cb40 Mon Sep 17 00:00:00 2001 From: Aarav Shukla Date: Fri, 31 Jan 2025 17:39:30 +0530 Subject: [PATCH 2/2] Remove pinned Python version and ensure compatibility with Python >=3.11 --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 20759c3e5ec..4e13922fa81 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ name: mesa-tutorials channels: - conda-forge dependencies: - - python=3.9 + - python - numpy - pip - pip: