From b5fdab817892911835fefee79750d84b1b24c84c Mon Sep 17 00:00:00 2001 From: Teresia Olsson Date: Wed, 9 Sep 2026 19:02:35 +0200 Subject: [PATCH] Another attempt to get binder to read the environment. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 12591c9..42b944d 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: binder channels: - conda-forge dependencies: - - python=3.11 + - python=3.11.0 - pip - pip: - -r binder/requirements.txt