Skip to content

Commit

Permalink
fix extra
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 9, 2023
1 parent a91ae63 commit eac09f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies = [
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
napari = ["napari"]
pyqt = ["PyQt5"]
pyside = ["PySide2"]
pyqt5 = ["PyQt5"]
pyside2 = ["PySide2"]
spimagine = ["spimagine"]
test = ["pytest", "pytest-cov", "pytest-qt"]
dev = [
Expand Down

0 comments on commit eac09f2

Please sign in to comment.