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.
1 parent fa37325 commit 036e2d9Copy full SHA for 036e2d9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-bonemorphometry"
7
-version = "1.5.0"
+version = "1.5.1"
8
description = "An ITK module to compute bone morphometry features and feature maps"
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