From fb12918df418e673ca7a9537e3aacbb7c23b72bc Mon Sep 17 00:00:00 2001 From: "dupont-y@univ-nantes.fr" Date: Thu, 11 Jan 2024 16:09:10 +0100 Subject: [PATCH] =?UTF-8?q?python=203.10=20is=20NOT=C2=A0supported=20by=20?= =?UTF-8?q?yade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glicid/packages/science.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glicid/packages/science.scm b/glicid/packages/science.scm index ae2c0ab..1b0a085 100644 --- a/glicid/packages/science.scm +++ b/glicid/packages/science.scm @@ -90,7 +90,7 @@ (propagated-inputs `(("gdb" ,gdb) ("sqlite" ,sqlite) ("openmpi" ,openmpi) - ("python" ,python) + ("python" ,python-3.8) ("python-numpy" ,python-numpy) ("python-matplotlib" ,python-matplotlib) ("python-sphinx" ,python-sphinx)