Skip to content

Commit

Permalink
upgrade pyarrow to fix issues with latlong dtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Feb 13, 2024
1 parent f792938 commit 30c85f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test = [
"graphviz >= 0.8.4",
"moto[all] >= 5.0.0",
"pip >= 21.3.1",
"pyarrow >= 3.0.0",
"pyarrow >= 14.0.1",
"pympler >= 0.8",
"pytest >= 7.1.2",
"pytest-cov >= 3.0.0",
Expand All @@ -73,7 +73,7 @@ dask = [
spark = [
"woodwork[spark] >= 0.23.0",
"pyspark >= 3.2.2",
"pyarrow >= 3.0.0",
"pyarrow >= 14.0.1",
]
updater = [
"alteryx-open-src-update-checker >= 2.1.0"
Expand Down

0 comments on commit 30c85f3

Please sign in to comment.