File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ on: [push,pull_request]
55
66jobs :
77 cxx-build-workflow :
8- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
8+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
99
1010 python-build-workflow :
11- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
11+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1212 with :
1313 test-notebooks : false
1414 secrets :
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-twoprojectionregistration"
7- version = " 2.0.0 "
7+ version = " 2.0.1 "
88description = " ITK classes for two-projection 2D/3D registration"
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -36,7 +36,7 @@ classifiers = [
3636 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3737 " Topic :: Software Development :: Libraries" ,
3838]
39- requires-python = " >=3.8 "
39+ requires-python = " >=3.9 "
4040dependencies = [
4141 " itk == 5.4.*" ,
4242]
@@ -49,7 +49,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistr
4949# The versions of CMake to allow. If CMake is not present on the system or does
5050# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5151# string will disable this check.
52- cmake.version = " >=3.16.3 "
52+ cmake.version = " >=3.22.1 "
5353
5454# A list of args to pass to CMake when configuring the project. Setting this in
5555# config or envvar will override toml. See also ``cmake.define``.
You can’t perform that action at this time.
0 commit comments