From 199cb77eb2311561eb1c032581531cef0bcd3469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6fert?= <christian.hoefert@reutlingen-university.de> Date: Tue, 16 Nov 2021 12:34:47 +0000 Subject: [PATCH] Upload New File --- 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