This repository was archived by the owner on May 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ 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.6
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.6
1212 with :
13+ itk-wheel-tag : ' v5.4.5'
14+ itk-python-package-tag : ' v5.4.5'
1315 test-notebooks : false
1416 secrets :
1517 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v1
10+ - uses : actions/checkout@v5
11+
12+ - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1113 with :
12- fetch-depth : 1
13- - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@master
14+ itk-branch : main
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-principalcomponentsanalysis"
7- version = " 1.1.0 "
7+ version = " 1.1.1 "
88description = " ITK classes for the analysis of the principal components of data sets, optionally point data associated with the vertices of a mesh."
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -35,7 +35,7 @@ classifiers = [
3535 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3636 " Topic :: Software Development :: Libraries" ,
3737]
38- requires-python = " >=3.8 "
38+ requires-python = " >=3.10 "
3939dependencies = [
4040 " itk == 5.4.*" ,
4141]
@@ -48,7 +48,7 @@ Homepage = "https://github.com/InsightSoftwareConsortium/ITKPrincipalComponentsA
4848# The versions of CMake to allow. If CMake is not present on the system or does
4949# not pass this specifier, it will be downloaded via PyPI if possible. An empty
5050# string will disable this check.
51- cmake.version = " >=3.16.3 "
51+ cmake.version = " >=3.22.1 "
5252
5353# A list of args to pass to CMake when configuring the project. Setting this in
5454# config or envvar will override toml. See also ``cmake.define``.
You can’t perform that action at this time.
0 commit comments