From e3db7800cb177c3abcf72f236637faa760246fa9 Mon Sep 17 00:00:00 2001 From: oschmanf <franziska.oschmann@id.ethz.ch> Date: Fri, 3 Sep 2021 12:13:46 +0200 Subject: [PATCH] Add new yml-file for linux --- environment_linux.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 environment_linux.yml diff --git a/environment_linux.yml b/environment_linux.yml new file mode 100644 index 0000000..5ab0444 --- /dev/null +++ b/environment_linux.yml @@ -0,0 +1,21 @@ +# Open a terminal and execute the following command to create the conda environment +# for the workshop +# 'conda env create -f environment_linux.yml' + +name: machine_learning_workshop_2021 + +channels: + - anaconda + - defaults + +dependencies: + - python==3.8.8 + - pandas + - matplotlib + - scikit-learn==0.24.1 + - seaborn + - jupyterlab==3.1.7 + - pydot + - pillow + - pip + - tensorflow==2.4.1 -- GitLab