From a0061fe4f921eac6da08be227e1c05bbb5832a68 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 23 Aug 2024 16:39:14 +0100 Subject: [PATCH] Pin Python (#42) * Try latest xeus-python * Pin Python --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a57743e..043c079 100644 --- a/environment.yml +++ b/environment.yml @@ -3,5 +3,6 @@ channels: - https://repo.mamba.pm/emscripten-forge - conda-forge dependencies: - - xeus-python=0.17.1 + - python=3.11 + - xeus-python - ipycanvas