From 2f1040dde367efb73d6dccc93ba12f1c139cf255 Mon Sep 17 00:00:00 2001 From: oschmanf <franziska.oschmann@id.ethz.ch> Date: Tue, 16 Aug 2022 16:01:26 +0200 Subject: [PATCH] Update environments for Mac, Mac M1 and Linux --- environment.yml | 2 ++ environment_linux.yml | 2 ++ environment_m1.yml | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8521d96..fefdb8e 100644 --- a/environment.yml +++ b/environment.yml @@ -24,3 +24,5 @@ dependencies: - nltk - gensim - prettytable + - jupyterlab-code-formatter + - jupyterlab-git diff --git a/environment_linux.yml b/environment_linux.yml index 19b84b8..dd3d848 100644 --- a/environment_linux.yml +++ b/environment_linux.yml @@ -23,3 +23,5 @@ dependencies: - nltk - gensim - prettytable + - jupyterlab-code-formatter + - jupyterlab-git diff --git a/environment_m1.yml b/environment_m1.yml index 811b67b..5f11e7c 100644 --- a/environment_m1.yml +++ b/environment_m1.yml @@ -1,6 +1,6 @@ # Open a terminal and execute the following command to create the conda environment # for the workshop -# 'conda env create -f environment.yml' +# 'conda env create -f environment_m1.yml' name: machine_learning_workshop_2022 @@ -27,3 +27,5 @@ dependencies: - nltk - gensim - prettytable + - jupyterlab-code-formatter + - jupyterlab-git -- GitLab