From 4d644654427a4b0cc9da20d44eb110dbf1bd7a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gilles?= <sebastien.gilles@inria.fr> Date: Mon, 19 Sep 2022 19:06:19 +0200 Subject: [PATCH] #38 Change environment.yml to use another one closer to the suggestion of Xeus-cling. They don't use the line about gcc but it's a suggesion of Nicolas Thierry in https://github.com/jupyter-xeus/xeus-cling/issues/413. --- environment.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 5cac73d..3e54c4a 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,6 @@ name: training_cpp_2021 channels: - conda-forge dependencies: - - python>=3.8 - - jupyterlab - - xeus-cling - \ No newline at end of file + - notebook + - xeus-cling=0.13.0 + - gcc=9.4.0 \ No newline at end of file -- GitLab