File tree 2 files changed +5
-8
lines changed 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Attributed to NumPy https://github.com/numpy/numpy/pull/25894
2
2
# https://github.com/numpy/numpy/blob/d2d2c25fa81b47810f5cbd85ea6485eb3a3ffec3/.github/workflows/emscripten.yml
3
- #
4
3
5
4
name : Pyodide wheel
6
5
10
9
11
10
env :
12
11
FORCE_COLOR : 3
13
- PYODIDE_VERSION : 0.25.1
12
+ PYODIDE_VERSION : 0.26.0
14
13
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
15
14
# The appropriate versions can be found in the Pyodide repodata.json
16
15
# "info" field, or in Makefile.envs:
17
16
# 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
20
19
NODE_VERSION : 18
21
20
22
21
concurrency :
75
74
with :
76
75
name : zarr-pyodide-wheel
77
76
path : dist/*.whl
78
-
79
-
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ dependencies = [
27
27
' fasteners; sys_platform != "emscripten"' ,
28
28
# 'numcodecs[msgpack]>=0.10.0; sys_platform != "emscripten"', # does not currently work
29
29
' 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' ,
32
32
' typing_extensions' ,
33
33
' donfig'
34
34
]
You can’t perform that action at this time.
0 commit comments