From 08cb154a025ec017d90b6167c9545574402befa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20H=2E=20Benedetti?= Date: Sat, 28 Sep 2024 17:04:49 +0200 Subject: [PATCH] Trying to fix testing deps --- pyproject.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bc5a6a..661a946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,11 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "numpy", - "magicgui", "qtpy", "scikit-image", + "opencv-python-headless", + "pint", + "tifffile" ] [project.optional-dependencies] @@ -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"]