-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
DEP: Remove tzdata as a hard dependency outside of Windows #63335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
a8431f0
de32dd2
d8bc837
2fa15ec
213803a
0680eae
cca0dc0
63a6dd8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,7 +29,9 @@ requires-python = '>=3.11' | |
| dependencies = [ | ||
| "numpy>=1.26.0", | ||
| "python-dateutil>=2.8.2", | ||
| "tzdata>=2023.3" | ||
| "tzdata>=2023.3; platform_system == 'Windows'", | ||
|
||
| # Emscripten is the platform system for Pyodide. | ||
| "tzdata>=2023.3; platform_system == 'Emscripten'", | ||
|
||
| ] | ||
| classifiers = [ | ||
| 'Development Status :: 5 - Production/Stable', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or emscriptem?