From 8ccf3641f204eafafd7c8ee98b4c9588c85012ea Mon Sep 17 00:00:00 2001
From: Hartmut Stadie <hartmut.stadie@cern.ch>
Date: Wed, 2 Oct 2024 14:28:41 +0200
Subject: [PATCH] try different python version

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 1803cf3..b93c111 100644
--- a/environment.yml
+++ b/environment.yml
@@ -6,7 +6,7 @@ dependencies:
   - matplotlib
   - notebook=6.4.3
   - numpy
-  - python=3.9
+  - python=3.9.20
   - rise=5.7.1
   - scipy
   - voila=0.5.7
-- 
GitLab