From 785145d513774e9de2c44ca6510c34552dc8a452 Mon Sep 17 00:00:00 2001 From: willGraham01 <1willgraham@gmail.com> Date: Wed, 13 Dec 2023 15:29:18 +0000 Subject: [PATCH] napari should fetch qtpy5 to be consistent with other BG packages --- README.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cdd201f..eebfa5e7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ You can find [the installation instructions](https://brainglobe.info/documentati However, we recommend that users install `cellfinder` either through installing BrainGlobe version 1, or (if you also want the command-line interface) installing `brainglobe-workflows`: ```bash -pip install brainglobe>=1.0.0 # If you just want the napari plugin and Python API +pip install cellfinder>=1.0.0 # If you just want the napari plugin and Python API +pip install brainglobe>=1.0.0 # If you want to install all BrainGlobe tools, including cellfinder, in a consistent manner with one command pip install brainglobe-workflows>=1.0.0 # If you want to include the CLI ``` diff --git a/pyproject.toml b/pyproject.toml index c77fde52..10e7a8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ napari = [ "magicgui", "napari-ndtiffs", "napari-plugin-engine >= 0.1.4", - "napari[all]", + "napari[pyqt5]", "pooch >= 1", "qtpy", ]