From d359d869fa6a8e11fa8fa4c7b12b7180199071b8 Mon Sep 17 00:00:00 2001
From: Marvin Albert <marvin.albert@gmail.com>
Date: Thu, 29 Jun 2023 09:04:35 +0200
Subject: [PATCH] WIP

---
 environment.yml | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 environment.yml

diff --git a/environment.yml b/environment.yml
deleted file mode 100644
index ea11d0a..0000000
--- a/environment.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: pyimagecourse
-channels:
-  - conda-forge
-dependencies:
-  - python=3.10
-  - napari
-  - pip
-  - pip:
-    - matplotlib
-    - jupyter
-    - pyzmq<25 # jupyter problems: https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869/27
-    - jupyter_client<8 # jupyter problems
-    - ipympl
-    - cellpose
-    - stardist
\ No newline at end of file
-- 
GitLab