From 17948c61467311ad041706faf55273361377e9da Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Thu, 4 Jul 2024 10:43:14 +0200
Subject: [PATCH] Passes PEP508 check in setuptools

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 5aa40a05..f147ee5f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,11 +16,11 @@ requires-python = ">=3.9"
 dependencies = [
   "czifile",
   "fastapi >=0.101",
-  "ilastik =1.4.1b15",
+  "ilastik ==1.4.1b15",
   "imagecodecs",
   "jupyterlab",
   "matplotlib",
-  "numpyco",
+  "numpy",
   "pandas",
   "pillow",
   "pydantic ~=1.10.1",
-- 
GitLab