Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert pyarrow bump to version 16.0.0 #603

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>=16.0.0",
"pyarrow>=3.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==16.0.0
pyarrow==14.0.1
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==16.0.0
pyarrow==15.0.0
python-dateutil==2.8.2
pytz==2024.1
six==1.16.0
Expand Down
Loading