Skip to content

Commit d465742

Browse files
Bump to Pyodide 0.26.0, update comments
1 parent 29282fc commit d465742

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Attributed to NumPy https://github.com/numpy/numpy/pull/25894
22
# https://github.com/numpy/numpy/blob/d2d2c25fa81b47810f5cbd85ea6485eb3a3ffec3/.github/workflows/emscripten.yml
3-
#
43

54
name: Pyodide wheel
65

@@ -10,13 +9,13 @@ on:
109

1110
env:
1211
FORCE_COLOR: 3
13-
PYODIDE_VERSION: 0.25.1
12+
PYODIDE_VERSION: 0.26.0
1413
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
1514
# The appropriate versions can be found in the Pyodide repodata.json
1615
# "info" field, or in Makefile.envs:
1716
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
18-
PYTHON_VERSION: 3.11.3
19-
EMSCRIPTEN_VERSION: 3.1.46
17+
PYTHON_VERSION: 3.12.1
18+
EMSCRIPTEN_VERSION: 3.1.58
2019
NODE_VERSION: 18
2120

2221
concurrency:
@@ -75,5 +74,3 @@ jobs:
7574
with:
7675
name: zarr-pyodide-wheel
7776
path: dist/*.whl
78-
79-

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies = [
2727
'fasteners; sys_platform != "emscripten"',
2828
# 'numcodecs[msgpack]>=0.10.0; sys_platform != "emscripten"', # does not currently work
2929
'numcodecs[msgpack]>=0.10.0', # this works
30-
'crc32c', # not available in Pyodide, have to see if we can make it optional for Pyodide
31-
'zstandard', # not available in Pyodide, have to see if we can make it optional for Pyodide
30+
'crc32c',
31+
'zstandard',
3232
'typing_extensions',
3333
'donfig'
3434
]

0 commit comments

Comments
 (0)