File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ Tuning this value may improve performance.
108108
109109## Requirements
110110
111- - pyarrow ~ = 23 .0.0
111+ - pyarrow ~ = 24 .0.0
112112
113113JollyJack builds on top of PyArrow. While the source package may work with
114- newer versions, the prebuilt binary wheels are built and tested against pyarrow 23 .x.
114+ newer versions, the prebuilt binary wheels are built and tested against pyarrow 24 .x.
115115
116116## Installation
117117
Original file line number Diff line number Diff line change 22requires = [
33 " setuptools>=55" ,
44 " Cython>=3" ,
5- " pyarrow~=23 .0.0" ,
5+ " pyarrow~=24 .0.0" ,
66 " numpy>=1.16.6" ,
77]
88
99build-backend = " setuptools.build_meta"
1010
1111[project ]
1212name = " jollyjack"
13- version = " 0.22.2 "
13+ version = " 0.23.1 "
1414description = " High-performance Parquet reader for loading data directly into NumPy arrays and PyTorch tensors"
1515readme = " README.md"
1616requires-python = " >=3.9"
@@ -20,7 +20,7 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121]
2222dependencies = [
23- " pyarrow~=23 .0.0" ,
23+ " pyarrow~=24 .0.0" ,
2424 " numpy>=1.16.6" ,
2525]
2626
@@ -51,7 +51,7 @@ manylinux-aarch64-image = "manylinux_2_28"
5151# ########################## cibuildwheel Linux #####################
5252[tool .cibuildwheel .linux ]
5353repair-wheel-command = [
54- " auditwheel repair --exclude libarrow.so.2300 --exclude libparquet.so.2300 -w {dest_dir} {wheel}" ,
54+ " auditwheel repair --exclude libarrow.so.2400 --exclude libparquet.so.2400 -w {dest_dir} {wheel}" ,
5555]
5656
5757before-all = [
Original file line number Diff line number Diff line change 1- pyarrow ~= 23 .0.0
2- palletjack >= 2.10 .0
1+ pyarrow ~= 24 .0.0
2+ palletjack >= 2.11 .0
33numpy >= 1.16.6
44parameterized
55humanize
You can’t perform that action at this time.
0 commit comments