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"