Skip to content

Commit

Permalink
Bump pyarrow version to 16.0.0 (#600)
Browse files Browse the repository at this point in the history
* Set pyarrow version to >= 16.0.0
  • Loading branch information
JohnMoutafis authored Jul 11, 2024
1 parent 17df9db commit 7f20a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"importlib-metadata",
"packaging",
"pandas>=1.2.4",
"pyarrow>=3.0.0",
"pyarrow>=16.0.0",
"python-dateutil",
"six>=1.10",
# Not directly used on the client, but some server-side environments have
Expand Down
2 changes: 1 addition & 1 deletion requirements-geospatial-py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fiona==1.10b1
numpy==1.26.1
packaging==23.2
pandas==2.1.1
pyarrow==14.0.1
pyarrow==16.0.0
python-dateutil==2.8.2
pytz==2023.3.post1
rasterio==1.4a3
Expand Down
2 changes: 1 addition & 1 deletion requirements-py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ importlib-metadata==7.0.1
numpy==1.26.4
packaging==23.2
pandas==2.2.0
pyarrow==15.0.0
pyarrow==16.0.0
python-dateutil==2.8.2
pytz==2024.1
six==1.16.0
Expand Down

0 comments on commit 7f20a6b

Please sign in to comment.