From b83c4e74cdaa037af42625ca51e12a8429634ad8 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Mon, 15 May 2023 12:26:33 +0200 Subject: [PATCH] add yaml file to configure binder env --- 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..5121311 --- /dev/null +++ b/environment.yml @@ -0,0 +1,6 @@ +channels: + - conda-forge +dependencies: + - xtensor=0.24.6 + - xeus-cling=0.15.0 + - libevalhyd -- GitLab