Skip to content

Commit 0b93000

Browse files
Try via platform_system instead of sys_platform
1 parent 0cec70d commit 0b93000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ requires-python = ">=3.9"
1414
dependencies = [
1515
'asciitree',
1616
'numpy>=1.23',
17-
'fasteners; sys_platform != "emscripten"',
17+
'fasteners; platform_system != "Emscripten"',
1818
'numcodecs>=0.10.0',
19-
'numcodecs[msgpack]>=0.10.0; sys_platform == "emscripten"', # TODO: can be removed
20-
'msgpack; sys_platform == "emscripten"',
19+
'numcodecs[msgpack]>=0.10.0; platform_system == "Emscripten"', # TODO: can be removed
20+
'msgpack; platform_system == "Emscripten"',
2121
]
2222
dynamic = [
2323
"version",

0 commit comments

Comments
 (0)