From e1bbcfcf35b51b8ab95cbca0611f73c33c655ea1 Mon Sep 17 00:00:00 2001 From: Niels Cautaerts <nielscautaerts@hotmail.com> Date: Thu, 9 Sep 2021 22:06:30 +0200 Subject: [PATCH] updated environment --- environment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yml b/environment.yml index 869f1c5..add0f22 100644 --- a/environment.yml +++ b/environment.yml @@ -2,8 +2,12 @@ name: example channels: - conda-forge dependencies: + - python + - requests - hyperspy=1.6.4 - scikit-learn=0.24.2 - atomap=0.3.1 - beautifulsoup4=4.10.0 - elabapy=0.8.2 + - pip + -- GitLab