We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50593c2 commit dbb5ae0Copy full SHA for dbb5ae0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-growcut"
7
-version = "1.0.0"
+version = "1.0.1"
8
description = "Segments a 3D image from foreground and background seeds."
9
readme = "README.rst"
10
license = {file = "LICENSE"}
@@ -34,7 +34,7 @@ classifiers = [
34
"Topic :: Scientific/Engineering :: Medical Science Apps.",
35
"Topic :: Software Development :: Libraries",
36
]
37
-requires-python = ">=3.8"
+requires-python = ">=3.9"
38
dependencies = [
39
"itk == 5.4.*",
40
0 commit comments