Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
with:
test-notebooks: false
secrets:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"description": "npm scripts to generate itk-wasm artifacts.",
"private": true,
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@10.5.2",
"type": "module",
"itk-wasm": {
"emscripten-docker-image": "itkwasm/emscripten:20240517-32a1ffd9",
"wasi-docker-image": "itkwasm/wasi:20240517-32a1ffd9",
"emscripten-docker-image": "itkwasm/emscripten:20250227-0e458243",
"wasi-docker-image": "itkwasm/wasi:20250227-0e458243",
"typescript-package-name": "@itk-wasm/mesh-to-poly-data",
"typescript-output-dir": "wasm/typescript",
"python-package-name": "itkwasm-mesh-to-poly-data",
Expand Down Expand Up @@ -43,6 +43,6 @@
"devDependencies": {
"@itk-wasm/dam": "^1.1.1",
"@thewtex/setup-micromamba": "^1.9.7",
"itk-wasm": "^1.0.0-b.175"
"itk-wasm": "^1.0.0-b.188"
}
}
56 changes: 44 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "scikit_build_core.build"

[project]
name = "itk-meshtopolydata"
version = "0.11.0"
version = "0.12.0"
description = "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
readme = "README.rst"
license = {file = "LICENSE"}
authors = [
{ name = "Matthew M. McCormick", email = "matt.mccormick@kitware.com" },
{ name = "Matthew M. McCormick", email = "matt@mmmccormick.com" },
]
keywords = [
"itk",
Expand All @@ -33,9 +33,9 @@ classifiers = [
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"itk-core~=5.4.0",
"itk-core~=5.4.2",
"numpy",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
keywords = [
"itkwasm",
"webassembly",
"emscripten",
]

requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"itkwasm >= 1.0.b145",
"itkwasm >= 1.0.b188",
]

[tool.hatch.version]
Expand Down
6 changes: 3 additions & 3 deletions wasm/python/itkwasm-mesh-to-poly-data-wasi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
keywords = [
"itkwasm",
"webassembly",
"wasi",
]

requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"itkwasm >= 1.0.b145",
"itkwasm >= 1.0.b188",
"importlib_resources",

]
Expand Down
6 changes: 3 additions & 3 deletions wasm/python/itkwasm-mesh-to-poly-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
keywords = [
"itkwasm",
Expand All @@ -32,9 +32,9 @@ keywords = [
"emscripten",
]

requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"itkwasm >= 1.0.b145",
"itkwasm >= 1.0.b188",
"itkwasm-mesh-to-poly-data-wasi; sys_platform != \"emscripten\"",
"itkwasm-mesh-to-poly-data-emscripten; sys_platform == \"emscripten\"",

Expand Down
2 changes: 1 addition & 1 deletion wasm/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "1.0.0-b.175"
"itk-wasm": "1.0.0-b.188"
},
"devDependencies": {
"@itk-wasm/demo-app": "^0.2.0",
Expand Down
Loading