Skip to content

Commit 8941ee1

Browse files
authored
ENH: Update pyproject.toml for 0.11.1
Bump minimum required Python to 3.9. Fix itk-core dependency spec.
1 parent e700803 commit 8941ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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-meshtopolydata"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99
readme = "README.rst"
1010
license = {file = "LICENSE"}
@@ -33,9 +33,9 @@ classifiers = [
3333
"Topic :: Scientific/Engineering :: Medical Science Apps.",
3434
"Topic :: Software Development :: Libraries",
3535
]
36-
requires-python = ">=3.8"
36+
requires-python = ">=3.9"
3737
dependencies = [
38-
"itk-core~=5.4.0",
38+
"itk-core == 5.4.*",
3939
"numpy",
4040
]
4141

0 commit comments

Comments
 (0)