Skip to content

Commit

Permalink
build: constrain wasmtime-py to < 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 21, 2023
1 parent 531c71a commit a4a630e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/itkwasm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""itkwasm: Python interface to itk-wasm WebAssembly modules."""

__version__ = "1.0b131"
__version__ = "1.0b141"

from .interface_types import InterfaceTypes
from .image import Image, ImageType
Expand Down
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy",
"typing_extensions",
"wasmtime; sys_platform != \"emscripten\"",
"wasmtime < 13.0.0; sys_platform != \"emscripten\"",
"importlib_metadata; python_version < \"3.10\"",
]

Expand Down

0 comments on commit a4a630e

Please sign in to comment.