From 5794fb762c1049ac45f31de6222afda48eb58267 Mon Sep 17 00:00:00 2001 From: "Kasper D. Fischer" Date: Tue, 18 Nov 2025 16:30:47 +0100 Subject: [PATCH] Update Python version and add new channel to conda environment --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index fe3f8a9..270027d 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,10 @@ name: pyGIMLI channels: - conda-forge + - gimli - defaults dependencies: + - python=3.11 - pygimli>=1.5.0 - jupyterlab - suitesparse=5.10.1