From 628f73246444e916e3072946b613639fffa68629 Mon Sep 17 00:00:00 2001
From: oschmanf <franziska.oschmann@id.ethz.ch>
Date: Thu, 2 Sep 2021 12:09:36 +0200
Subject: [PATCH] Update environment.yml

---
 environment.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/environment.yml b/environment.yml
index 097bada..def44c0 100644
--- a/environment.yml
+++ b/environment.yml
@@ -9,12 +9,12 @@ channels:
     - conda-forge
 
 dependencies:
-    - python==3.8
+    - python==3.8.8
     - pandas
     - matplotlib
     - scikit-learn==0.24.1
     - seaborn
-    - jupyterlab
+    - jupyterlab==3.1.10
     - pydot
     - pillow
     - pip
-- 
GitLab