Skip to content

Commit c4921e1

Browse files
authored
[HWORKS-2266] Upgrade minimum arrow version (#604)
1 parent 7c049f1 commit c4921e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies = [
6060

6161
[project.optional-dependencies]
6262
python = [
63-
"pyarrow>=10.0",
63+
"pyarrow>=17.0",
6464
"confluent-kafka<=2.6.1",
6565
"fastavro>=1.4.11,<=1.11.1",
6666
"tqdm",
@@ -95,7 +95,7 @@ dev-pandas1 = [
9595
dev = ["hopsworks[dev-no-opt,great-expectations,polars]"]
9696
polars=[
9797
"polars>=0.20.18,<=0.21.0",
98-
"pyarrow>=10.0",
98+
"pyarrow>=17.0",
9999
]
100100

101101
[build-system]

0 commit comments

Comments
 (0)