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 d2c2d3f + a87b7cb commit 4e63c64Copy full SHA for 4e63c64
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-texturefeatures"
7
-version = "4.0.0"
+version = "4.0.1"
8
description = "An ITK module to compute N-dimension grayscale texture feature images"
9
readme = "README.rst"
10
license = {file = "LICENSE"}
@@ -39,7 +39,7 @@ classifiers = [
39
"Topic :: Scientific/Engineering :: Medical Science Apps.",
40
"Topic :: Software Development :: Libraries",
41
]
42
-requires-python = ">=3.8"
+requires-python = ">=3.9"
43
dependencies = [
44
"itk == 5.4.*",
45
0 commit comments