From 49359058234543f360df9470d8f53b93185c3536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6fert?= <christian.hoefert@reutlingen-university.de> Date: Wed, 17 Nov 2021 06:24:19 +0000 Subject: [PATCH] Revert "Delete environment.yml" This reverts commit abd34caca378a9238cd1d51cd2ac27ce3872f8b5 --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..a3aa91f --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: my-environment +channels: + - conda-forge +dependencies: + - python>3.7 + - notebook>5.2 + - numpy + - pandas + - seaborn + - matplotlib + - sympy + - math + - random \ No newline at end of file -- GitLab