Skip to content

Commit de32dd2

Browse files
committed
Fixup
1 parent a8431f0 commit de32dd2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/source/getting_started/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ Package Minimum support
150150
================================================================ ==========================
151151
`NumPy <https://numpy.org>`__ 1.26.0
152152
`python-dateutil <https://dateutil.readthedocs.io/en/stable/>`__ 2.8.2
153-
*`tzdata <https://pypi.org/project/tzdata/>`__ 2023.3
153+
`tzdata <https://pypi.org/project/tzdata/>`__ \* 2023.3
154154
================================================================ ==========================
155155

156-
Generally, the minimum supported version is ~2 years old from the release date of a major or minor pandas version.
156+
\* ``tzdata`` is only required on Windows and Pyodide (Emscripten).
157157

158-
* ``tzdata`` is only required on Windows.
158+
Generally, the minimum supported version is ~2 years old from the release date of a major or minor pandas version.
159159

160160
.. _install.optional_dependencies:
161161

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ dependencies = [
3030
"numpy>=1.26.0",
3131
"python-dateutil>=2.8.2",
3232
"tzdata>=2023.3; platform_system == 'Windows'",
33+
# Emscripten is the platform system for Pyodide.
34+
"tzdata>=2023.3; platform_system == 'Emscripten'",
3335
]
3436
classifiers = [
3537
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)