File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
doc/source/getting_started Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
3436classifiers = [
3537 ' Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments