Skip to content

Commit 6caf076

Browse files
crc32c >=2.7 is now available with Pyodide 0.27.0
1 parent dacbd09 commit 6caf076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pcodec = [
7070
"pcodec>=0.3,<0.4",
7171
]
7272
crc32c = [
73-
"crc32c>=2.7; sys_platform == 'emscripten'",
73+
"crc32c>=2.7",
7474
]
7575

7676
[project.entry-points."zarr.codecs"]

0 commit comments

Comments
 (0)