From 8dbad1e28e8b5bb9433f2cbc6a8ba5c915dd02b4 Mon Sep 17 00:00:00 2001 From: neuronflow Date: Tue, 23 Jan 2024 17:26:21 +0100 Subject: [PATCH] scikit img Signed-off-by: neuronflow --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0e7482..2a30f1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ numpy = "^1.20.0" connected-components-3d = "^3.12.3" scipy = "^1.7.0" rich = "^13.6.0" -skimage = "^0.21.0" +scikit-image = "^0.22.0" [tool.poetry.dev-dependencies] pytest = "^6.2.5" @@ -36,7 +36,7 @@ pytest-mock = "^3.6.0" optional = true [tool.poetry.group.docs.dependencies] -Sphinx = ">=7.0.0" +Sphinx = ">=7.0.0" sphinx-copybutton = ">=0.5.2" sphinx-rtd-theme = ">=1.3.0" -myst-parser = ">=2.0.0" \ No newline at end of file +myst-parser = ">=2.0.0"