Skip to content

Commit cca0dc0

Browse files
authored
Use sys_platform for Windows
1 parent 0680eae commit cca0dc0

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
@@ -29,7 +29,7 @@ requires-python = '>=3.11'
2929
dependencies = [
3030
"numpy>=1.26.0",
3131
"python-dateutil>=2.8.2",
32-
"tzdata; platform_system == 'Windows'",
32+
"tzdata; sys_platform == 'win32'",
3333
# Emscripten is the platform system for Pyodide.
3434
"tzdata; sys_platform == 'emscripten'",
3535
]

0 commit comments

Comments
 (0)