From 74590dd2833a811cb0a32488e99f54718e9e7932 Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Tue, 7 Nov 2023 10:55:03 +0000 Subject: [PATCH] Remove npe2, since we can run without it --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 100e428..a67e1aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ dependencies = [ "brainglobe-utils >=0.2.7", "imio", "napari >=0.4.5", - "npe2", "numpy", "pandas[hdf5]", "qtpy",