From 564cd911ff362e02bdc696d2fde9f8a20ed6fdf4 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 10:42:36 +0000
Subject: [PATCH] Revert "Delete environment.yml"

This reverts commit 49fa28412566126763d48b050c3a264b38070ed1
---
 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