File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5
88
99 python-build-workflow :
10- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
10+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5
1111 with :
1212 manylinux-platforms : ' ["_2_28-x64","2014-x64","_2_28-aarch64"]'
1313 secrets :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111
12- - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@master
12+ - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1313 with :
14- itk-branch : master
14+ itk-branch : main
Original file line number Diff line number Diff line change 11ITKANTsWasm
22=================================
33
4- .. image :: https://github.com/thewtex/ANTsWasm /actions/workflows/build-test-package.yml/badge.svg
5- :target: https://github.com/thewtex/ANTsWasm /actions/workflows/build-test-package.yml
4+ .. image :: https://github.com/InsightSoftwareConsortium/ITKANTsWasm /actions/workflows/build-test-package.yml/badge.svg
5+ :target: https://github.com/InsightSoftwareConsortium/ITKANTsWasm /actions/workflows/build-test-package.yml
66 :alt: Build Status
77
88.. image :: https://img.shields.io/pypi/v/itk-ants.svg
99 :target: https://pypi.python.org/pypi/itk-ants
1010 :alt: PyPI Version
1111
1212.. image :: https://img.shields.io/badge/License-Apache%202.0-blue.svg
13- :target: https://github.com/thewtex/ANTsWasm /blob/main/LICENSE
13+ :target: https://github.com/InsightSoftwareConsortium/ITKANTsWasm /blob/main/LICENSE
1414 :alt: License
1515
1616Overview
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-ants"
7- version = " 0.8.1 "
7+ version = " 0.8.2 "
88description = " Advanced Normalization Tools in WebAssembly"
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -35,14 +35,14 @@ classifiers = [
3535 " Topic :: Scientific/Engineering :: Medical Science Apps." ,
3636 " Topic :: Software Development :: Libraries" ,
3737]
38- requires-python = " >=3.8 "
38+ requires-python = " >=3.9 "
3939dependencies = [
4040 " itk == 5.4.*"
4141]
4242
4343[project .urls ]
44- Download = " https://github.com/thewtex/ANTsWasm "
45- Homepage = " https://github.com/thewtex/ANTsWasm "
44+ Download = " https://github.com/InsightSoftwareConsortium/ITKANTsWasm "
45+ Homepage = " https://github.com/InsightSoftwareConsortium/ITKANTsWasm "
4646
4747[tool .scikit-build ]
4848# The versions of CMake to allow. If CMake is not present on the system or does
You can’t perform that action at this time.
0 commit comments