Skip to content

Commit fc7bc35

Browse files
committed
Add docs required and optional dependency minimum version policy
1 parent 80d4cff commit fc7bc35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/getting_started/install.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Package Minimum support
153153
`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.
157+
156158
.. _install.optional_dependencies:
157159

158160
Optional dependencies
@@ -168,6 +170,9 @@ With pip, optional pandas dependencies can be installed or managed in a file (e.
168170
as optional extras (e.g. ``pandas[performance, aws]``). All optional dependencies can be installed with ``pandas[all]``,
169171
and specific sets of dependencies are listed in the sections below.
170172

173+
Generally, the minimum supported version is ~1 years old from the release date of a major or minor pandas version.
174+
It is possible that older versions of optional dependencies may still work, but they are not tested or considered supported.
175+
171176
.. _install.recommended_dependencies:
172177

173178
Performance dependencies (recommended)

0 commit comments

Comments
 (0)