From 2057f54b5395aaf9b2b83adc71f8b3f0d4cc19f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20H=C3=B6fert?=
 <christian.hoefert@reutlingen-university.de>
Date: Thu, 18 Nov 2021 09:36:50 +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