From e8c4e4a2fae3498b55757800dc532e6178d17fa5 Mon Sep 17 00:00:00 2001 From: Benjamin Gallusser Date: Tue, 22 Oct 2024 13:37:54 +0200 Subject: [PATCH] Remove unnecessary dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dcc7fa..a20f88d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,6 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "numpy", - "magicgui", - "qtpy", "scikit-image", "trackastra", "napari-ctc-io",