From 90b3cd45b11f27af5e7d0cb9ce60bccf0caa76f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 25 Jun 2025 11:41:54 +0200 Subject: [PATCH] skimage --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5f9319c..d05cb02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "numpy>=1.10.0", "scipy>=1.1.0", "matplotlib>=1.3.1", + "scikit-image>=0.20", ] [tool.setuptools] @@ -30,6 +31,7 @@ Issues = "https://github.com/sciunto-org/optifik/issues" dev = [ "pytest", "pytest-cov", + "pyyaml", "bumpver" ]