Skip to content

Commit f37d321

Browse files
committed
chore(python): update native package for ITK 5.4.0
1 parent c12e0b6 commit f37d321

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cxx-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: C++,Native Python
33
on: [push,pull_request]
44

55
env:
6-
ITKMeshToPolyData-git-tag: "v0.11rc02"
6+
ITKMeshToPolyData-git-tag: "v0.11.0"
77

88
jobs:
99
cxx-build-workflow:
1010
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
1111
with:
12-
itk-module-deps: 'MeshToPolyData@v0.11rc03'
12+
itk-module-deps: 'MeshToPolyData@v0.11.0'
1313
ctest-options: '-E itkPipelineTest'
1414

1515
python-build-workflow:
1616
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
1717
with:
18-
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11rc03'
18+
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.0'
1919
secrets:
2020
pypi_password: ${{ secrets.pypi_password }}

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-webassemblyinterface"
7-
version = "1.0b173"
7+
version = "1.0b175"
88
description = "IO with the itk-wasm file formats"
99
readme = "docs/itk-webassemblyinterface-description.md"
1010
license = {file = "LICENSE"}
@@ -35,8 +35,8 @@ classifiers = [
3535
]
3636
requires-python = ">=3.8"
3737
dependencies = [
38-
"itk>=5.4rc3",
39-
"itk-meshtopolydata>=0.11rc3",
38+
"itk == 5.4.*",
39+
"itk-meshtopolydata == 0.11.*",
4040
]
4141

4242
[project.urls]

0 commit comments

Comments
 (0)