Skip to content

Commit 67c9012

Browse files
authored
Merge pull request #230 from thewtex/downsample-multi-component
downsample multi component
2 parents 6f6cb00 + d4c9c96 commit 67c9012

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

py/pixi.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"dask[array]",
3333
"importlib_resources",
3434
"itkwasm >= 1.0b183",
35-
"itkwasm-downsample >= 1.7.1",
35+
"itkwasm-downsample >= 1.8.0",
3636
"numpy",
3737
"platformdirs",
3838
"psutil; sys_platform != \"emscripten\"",
@@ -162,7 +162,7 @@ messages_control.disable = [
162162
[tool.black]
163163
line-length = 88
164164

165-
[tool.pixi.project]
165+
[tool.pixi.workspace]
166166
channels = ["conda-forge"]
167167
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64", "linux-aarch64"]
168168

0 commit comments

Comments
 (0)