Skip to content

Commit

Permalink
Drop pyarrow 13
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 29, 2024
1 parent 1da6d4f commit caad428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version 5.0.0
-------------

* Switch to ``meson-python`` as the sole build system.
* Support only ``pyarrow>=13`` and have a hard dependency on it and ``numpy``.
* Support only ``pyarrow>=14`` and have a hard dependency on it and ``numpy``.
* Switch to a single binary module.

Version 4.14.0
Expand Down
7 changes: 1 addition & 6 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ numpy = ">=1.21,<3"
cmake = ">=3.30.2,<3.31"
libboost-devel = ">=1.86.0,<1.87"
simdutf = ">=5.4.15,<5.5"
pyarrow = ">=13,<18"
pyarrow = ">=14,<18"
pybind11 = ">=2.13.5,<2.14"
pip = ">=24.2,<25"
python-build = ">=1.2.1,<1.3"
Expand All @@ -39,8 +39,6 @@ python = "3.10.*"
python = "3.11.*"
[feature.py312.dependencies]
python = "3.12.*"
[feature.pyarrow13.dependencies]
pyarrow = ">=13,<14"
[feature.pyarrow14.dependencies]
pyarrow = ">=14,<15"
[feature.pyarrow15.dependencies]
Expand All @@ -55,9 +53,6 @@ default = ["py311", "pyarrow17"]
py310 = ["py310"]
py311 = ["py311"]
py312 = ["py312"]
py310-pa13 = ["py310", "pyarrow13"]
py311-pa13 = ["py311", "pyarrow13"]
py312-pa13 = ["py312", "pyarrow13"]
py310-pa14 = ["py310", "pyarrow14"]
py311-pa14 = ["py311", "pyarrow14"]
py312-pa14 = ["py312", "pyarrow14"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"pyarrow>=13,<18",
"pyarrow>=14,<18",
"pybind11",
"numpy>=2",
"meson>=1.0.0",
Expand Down

0 comments on commit caad428

Please sign in to comment.