Skip to content

Commit 6ce9a88

Browse files
authored
Merge pull request #78 from InsightSoftwareConsortium/version-0.11.1
ENH: Update pyproject.toml for 0.11.1
2 parents e700803 + c9e0aba commit 6ce9a88

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

include/itkPolyData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class ITK_TEMPLATE_EXPORT PolyData : public DataObject
5858

5959
/** Convenient type alias obtained from TMeshTraits template parameter. */
6060
using CoordinateType = typename MeshTraits::CoordinateType;
61+
using CoordRepType = CoordinateType;
6162
using PointIdentifier = typename MeshTraits::PointIdentifier;
6263
using PointType = typename MeshTraits::PointType;
6364
using PointsContainer = typename MeshTraits::PointsContainer;

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)