File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-meshtopolydata"
7- version = " 0.11.0 "
7+ version = " 0.11.1 "
88description = " Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99readme = " README.rst"
1010license = {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 "
3737dependencies = [
38- " itk-core~= 5.4.0 " ,
38+ " itk-core == 5.4.* " ,
3939 " numpy" ,
4040]
4141
You can’t perform that action at this time.
0 commit comments