Skip to content

Commit cb6e14e

Browse files
authored
Merge pull request #58 from InsightSoftwareConsortium/bump-python-package
ENH: Update pyproject.toml for ITK 5.4.2
2 parents fa37325 + 036e2d9 commit cb6e14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-bonemorphometry"
7-
version = "1.5.0"
7+
version = "1.5.1"
88
description = "An ITK module to compute bone morphometry features and feature maps"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3737
"Topic :: Software Development :: Libraries",
3838
]
39-
requires-python = ">=3.8"
39+
requires-python = ">=3.9"
4040
dependencies = [
4141
"itk == 5.4.*",
4242
]

0 commit comments

Comments
 (0)