From ec23687cd1201e0b479e318d22e2d041f594ed5a Mon Sep 17 00:00:00 2001 From: Marcus Mohr <marcus.mohr@lmu.de> Date: Fri, 29 Oct 2021 13:36:57 +0200 Subject: [PATCH] Trying to setup the environment for xeus-cling --- environment.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..18974d4 --- /dev/null +++ b/environment.yml @@ -0,0 +1,6 @@ +name: xeus-cling +channels: + - conda-forge +dependencies: + - xeus-cling=0.13.0 + - notebook -- GitLab