Skip to content

Commit 2e24856

Browse files
committed
chore(dicom): update pyodide to 0.27.2
1 parent 3043fb9 commit 2e24856

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

packages/dicom/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.

packages/dicom/pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ pillow = ">=10.4.0,<12"
8383
[feature.python.pypi-dependencies]
8484
itkwasm-dicom-wasi = { path = "python/itkwasm-dicom-wasi", editable = true }
8585
itkwasm-dicom = { path = "python/itkwasm-dicom", editable = true }
86-
pyodide-py = ">=0.26.3, <0.27"
87-
pytest-pyodide = ">=0.58.3, <0.59"
86+
pyodide-py = ">=0.27.2, <0.28"
87+
pytest-pyodide = ">=0.58.4, <0.59"
8888
itk-webassemblyinterface = ">=1.0b175, <2"
8989
itkwasm-image-io = ">=1.3.0, <2"
9090

@@ -94,7 +94,7 @@ cwd = "python/itkwasm-dicom-wasi"
9494
description = "Run tests for itkwasm-dicom-wasi"
9595

9696
[feature.python.tasks.download-pyodide]
97-
cmd = '''curl -L https://github.com/pyodide/pyodide/releases/download/0.26.3/pyodide-0.26.3.tar.bz2 -o pyodide.tar.bz2 &&
97+
cmd = '''curl -L https://github.com/pyodide/pyodide/releases/download/0.27.2/pyodide-0.27.2.tar.bz2 -o pyodide.tar.bz2 &&
9898
tar xjf pyodide.tar.bz2 &&
9999
rm pyodide.tar.bz2'''
100100
outputs = ["pyodide"]

0 commit comments

Comments
 (0)