Skip to content

Commit 213803a

Browse files
committed
Refinements
1 parent 2fa15ec commit 213803a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ details, see the commit logs at https://github.com/pandas-dev/pandas.
115115
## Dependencies
116116
- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org)
117117
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
118-
- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) (Only required on Windows)
118+
- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) (Only required on Windows/Emscripten)
119119

120120
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
121121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"python-dateutil>=2.8.2",
3232
"tzdata>=2023.3; platform_system == 'Windows'",
3333
# Emscripten is the platform system for Pyodide.
34-
"tzdata>=2023.3; platform_system == 'Emscripten'",
34+
"tzdata>=2023.3; sys_platform == 'emscripten'",
3535
]
3636
classifiers = [
3737
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)