File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121
2222 # python-build-workflow:
2323 # # itk-wasm branch
24- # uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
24+ # uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
2525 # with:
2626 # itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.0'
2727 # manylinux-platforms: '["_2_28-x64","_2_28-aarch64"]'
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-webassemblyinterface"
7- version = " 1.0b176 "
7+ version = " 1.0b177 "
88description = " IO with the itk-wasm file formats"
99readme = " docs/itk-webassemblyinterface-description.md"
1010license = {file = " LICENSE" }
@@ -47,7 +47,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITK-Wasm"
4747# The versions of CMake to allow. If CMake is not present on the system or does
4848# not pass this specifier, it will be downloaded via PyPI if possible. An empty
4949# string will disable this check.
50- cmake.version = " >=3.16.3 "
50+ cmake.version = " >=3.22.1 "
5151
5252# A list of args to pass to CMake when configuring the project. Setting this in
5353# config or envvar will override toml. See also ``cmake.define``.
@@ -102,7 +102,7 @@ editable.mode = "redirect"
102102# set.
103103editable.rebuild = false
104104
105- # If set, this will provide a method for backward compatibility.
105+ # If set, this will provide a method for scikit-build-core backward compatibility.
106106minimum-version = " 0.8.2"
107107
108108# The build directory. Defaults to a temporary directory, but can be set.
You can’t perform that action at this time.
0 commit comments