Skip to content

Commit 6c5cccc

Browse files
WEB: add note to PDEP-10 about delayed timeline for requiring pyarrow
1 parent 09f7cc0 commit 6c5cccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/pandas/pdeps/0010-required-pyarrow-dependency.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ This PDEP proposes that:
3030
This will bring **immediate benefits to users**, as well as opening up the door for significant further
3131
benefits in the future.
3232

33+
**NOTE**: while this PDEP mentions adding pyarrow as a required dependency in
34+
pyarrow 3.0, this aspect has been delayed until after pandas 3.0. Therefore,
35+
pandas 3.0 will not have a hard requirement on pyarrow and only use it by
36+
default (for strings) when installed.
37+
3338
## Background
3439

3540
PyArrow is an optional dependency of pandas that provides a wide range of supplemental features to pandas:

0 commit comments

Comments
 (0)