Skip to content

Commit

Permalink
chore: bump itk-webassemblyinterface deps to 1.0.b173
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 14, 2024
1 parent c77e6c2 commit 1bb8f41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/compare-images/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- pip:
- hatch
- itkwasm
- itk-webassemblyinterface>=1.0.b127
- itk-webassemblyinterface>=1.0.b173
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ path = "itkwasm_compare_images_emscripten/_version.py"
dependencies = [
"pytest",
"pytest-pyodide",
"itk-webassemblyinterface >= 1.0.b127",
"itk-webassemblyinterface >= 1.0.b173",
"itkwasm >= 1.0.b171",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install itkwasm-compare-images-wasi
## Development

```sh
pip install pytest itk-webassemblyinterface>=1.0b127
pip install pytest itk-webassemblyinterface>=1.0.b173
pip install -e .
pytest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ path = "itkwasm_compare_images_wasi/_version.py"
[tool.hatch.envs.default]
dependencies = [
"pytest",
"itk-webassemblyinterface >= 1.0.b171"
"itk-webassemblyinterface >= 1.0.b173"
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ path = "itkwasm_compare_images/_version.py"
dependencies = [
"pytest",
"pytest-pyodide",
"itk-webassemblyinterface >= 1.0.b127",
"itk-webassemblyinterface >= 1.0.b173",
"itkwasm >= 1.0.b171",
]

Expand Down

0 comments on commit 1bb8f41

Please sign in to comment.