From 39d6e7eddb6c31eec181d2aec8154cf912a3d282 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Mon, 2 Sep 2024 16:29:54 +0100 Subject: [PATCH] simplify dependency on brainglobe-utils --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c805d72eb..4286f78d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,11 +48,7 @@ entry-points."napari.manifest".movement = "movement.napari:napari.yaml" [project.optional-dependencies] napari = [ "napari[all]>=0.4.19", - # the rest will be replaced by brainglobe-utils[qt]>=0.6 after release - "brainglobe-atlasapi>=2.0.7", - "brainglobe-utils>=0.5", - "qtpy", - "superqt", + "brainglobe-utils[qt]>=0.6" # needed for collapsible widgets ] dev = [ "pytest",