Skip to content

Commit cd124cf

Browse files
bump pyarrow minimum version to 12.0
1 parent 6aaecb5 commit cd124cf

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- qtpy=2.3.0
4242
- openpyxl=3.1.2
4343
- psycopg2=2.9.6
44-
- pyarrow=10.0.1
44+
- pyarrow=12.0.1
4545
- pyiceberg=0.7.1
4646
- pymysql=1.1.0
4747
- pyqt=5.15.9

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- qtpy>=2.3.0
4040
- openpyxl>=3.1.2
4141
- psycopg2>=2.9.6
42-
- pyarrow>=10.0.1
42+
- pyarrow>=12.0.1
4343
- pyiceberg>=0.7.1
4444
- pymysql>=1.1.0
4545
- pyqt>=5.15.9

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- qtpy>=2.3.0
4141
- openpyxl>=3.1.2
4242
- psycopg2>=2.9.6
43-
- pyarrow>=10.0.1
43+
- pyarrow>=12.0.1
4444
- pyiceberg>=0.7.1
4545
- pymysql>=1.1.0
4646
- pyqt>=5.15.9

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- pyqt>=5.15.9
4141
- openpyxl>=3.1.2
4242
- psycopg2>=2.9.6
43-
- pyarrow>=10.0.1
43+
- pyarrow>=12.0.1
4444
- pyiceberg>=0.7.1
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- pyqt>=5.15.9
4141
- openpyxl>=3.1.2
4242
- psycopg2>=2.9.6
43-
- pyarrow>=10.0.1
43+
- pyarrow>=12.0.1
4444
- pyiceberg>=0.7.1
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- pyqt>=5.15.9
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
44-
- pyarrow>=10.0.1
44+
- pyarrow>=12.0.1
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6
4747
- pytables>=3.8.0

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Dependency Minimum Version pip ex
307307
`PyTables <https://github.com/PyTables/PyTables>`__ 3.8.0 hdf5 HDF5-based reading / writing
308308
`zlib <https://github.com/madler/zlib>`__ hdf5 Compression for HDF5
309309
`fastparquet <https://github.com/dask/fastparquet>`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
310-
`pyarrow <https://github.com/apache/arrow>`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
310+
`pyarrow <https://github.com/apache/arrow>`__ 12.0.1 parquet, feather Parquet, ORC, and feather reading / writing
311311
`PyIceberg <https://py.iceberg.apache.org/>`__ 0.7.1 iceberg Apache Iceberg reading / writing
312312
`pyreadstat <https://github.com/Roche/pyreadstat>`__ 1.2.6 spss SPSS files (.sav) reading
313313
`odfpy <https://github.com/eea/odfpy>`__ 1.4.1 excel Open document format (.odf, .ods, .odt) reading / writing

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- openpyxl>=3.1.2
4444
- odfpy>=1.4.1
4545
- psycopg2>=2.9.6
46-
- pyarrow>=10.0.1
46+
- pyarrow>=12.0.1
4747
- pyiceberg>=0.7.1
4848
- pymysql>=1.1.0
4949
- pyreadstat>=1.2.6

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"openpyxl": "3.1.2",
3939
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
4040
"pymysql": "1.1.0",
41-
"pyarrow": "10.0.1",
41+
"pyarrow": "12.0.1",
4242
"pyiceberg": "0.7.1",
4343
"pyreadstat": "1.2.6",
4444
"pytest": "7.3.2",

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ matplotlib = "pandas:plotting._matplotlib"
5959

6060
[project.optional-dependencies]
6161
test = ['hypothesis>=6.84.0', 'pytest>=7.3.2', 'pytest-xdist>=3.4.0']
62-
pyarrow = ['pyarrow>=10.0.1']
62+
pyarrow = ['pyarrow>=12.0.1']
6363
performance = ['bottleneck>=1.3.6', 'numba>=0.59.0', 'numexpr>=2.9.0']
6464
computation = ['scipy>=1.12.0', 'xarray>=2024.1.1']
6565
fss = ['fsspec>=2023.12.2']
6666
aws = ['s3fs>=2023.12.2']
6767
gcp = ['gcsfs>=2023.12.2']
6868
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.2', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.2.0']
69-
parquet = ['pyarrow>=10.0.1']
70-
feather = ['pyarrow>=10.0.1']
69+
parquet = ['pyarrow>=12.0.1']
70+
feather = ['pyarrow>=12.0.1']
7171
iceberg = ['pyiceberg>=0.7.1']
7272
hdf5 = ['tables>=3.8.0']
7373
spss = ['pyreadstat>=1.2.6']
@@ -98,7 +98,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
9898
'odfpy>=1.4.1',
9999
'openpyxl>=3.1.2',
100100
'psycopg2>=2.9.6',
101-
'pyarrow>=10.0.1',
101+
'pyarrow>=12.0.1',
102102
'pyiceberg>=0.7.1',
103103
'pymysql>=1.1.0',
104104
'PyQt5>=5.15.9',

0 commit comments

Comments
 (0)