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 e700803 commit 8941ee1Copy full SHA for 8941ee1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "itk-meshtopolydata"
7
-version = "0.11.0"
+version = "0.11.1"
8
description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
9
readme = "README.rst"
10
license = {file = "LICENSE"}
@@ -33,9 +33,9 @@ classifiers = [
33
"Topic :: Scientific/Engineering :: Medical Science Apps.",
34
"Topic :: Software Development :: Libraries",
35
]
36
-requires-python = ">=3.8"
+requires-python = ">=3.9"
37
dependencies = [
38
- "itk-core~=5.4.0",
+ "itk-core == 5.4.*",
39
"numpy",
40
41
0 commit comments