Skip to content

Commit

Permalink
napari should fetch qtpy5 to be consistent with other BG packages
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Dec 13, 2023
1 parent 7f68363 commit 785145d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ napari = [
"magicgui",
"napari-ndtiffs",
"napari-plugin-engine >= 0.1.4",
"napari[all]",
"napari[pyqt5]",
"pooch >= 1",
"qtpy",
]
Expand Down

0 comments on commit 785145d

Please sign in to comment.