Skip to content

Commit

Permalink
Trying to fix testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-benedetti committed Sep 28, 2024
1 parent 628668d commit 08cb154
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"numpy",
"magicgui",
"qtpy",
"scikit-image",
"opencv-python-headless",
"pint",
"tifffile"
]

[project.optional-dependencies]
Expand All @@ -39,6 +41,12 @@ testing = [
"pytest-qt", # https://pytest-qt.readthedocs.io/en/latest/
"napari",
"pyqt5",
"numpy",
"qtpy",
"scikit-image",
"opencv-python-headless",
"pint",
"tifffile"
]

[project.entry-points."napari.manifest"]
Expand Down

0 comments on commit 08cb154

Please sign in to comment.