From 399ff9d0e26295b04a19f6071532b3de89e216f0 Mon Sep 17 00:00:00 2001 From: Christoph Freysoldt <freysoldt@mpie.de> Date: Mon, 30 Aug 2021 09:20:11 +0200 Subject: [PATCH] Added hyperspy installation via conda/environment.yml --- environment.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..752b7d2 --- /dev/null +++ b/environment.yml @@ -0,0 +1,7 @@ +name: tutorial-env +channels: + - conda-forge +dependencies: + - hyperspy-base + - hyperspy-gui-ipywidgets + - ipympl -- GitLab