We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8736bf + ccb709c commit dadabb4Copy full SHA for dadabb4
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-subdivisionquadedgemeshfilter"
7
-version = "2.0.0"
+version = "2.0.1"
8
description = "ITK classes for triangle mesh subdivision"
9
readme = "README.rst"
10
license = {file = "LICENSE"}
@@ -36,7 +36,7 @@ classifiers = [
36
"Topic :: Scientific/Engineering :: Medical Science Apps.",
37
"Topic :: Software Development :: Libraries",
38
]
39
-requires-python = ">=3.8"
+requires-python = ">=3.9"
40
dependencies = [
41
"itk == 5.4.*",
42
0 commit comments