Skip to content

Commit 7f359b2

Browse files
committed
Relax pyarrow deps
GitOrigin-RevId: 56cf7e8
1 parent 625ce3b commit 7f359b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ core = [
3030
"nltk==3.7", # for text preprocessing
3131
"optax==0.1.7", # optimizers (0.1.0 has known bugs).
3232
"portpicker",
33-
"pyarrow>=20.0.0,<21.0.0", # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
33+
"pyarrow<21.0.0", # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
3434
"protobuf>=3.20.3",
3535
"tensorboard-plugin-profile==2.20.4",
3636
# This has both x86 and arm64 wheels. Underneath the hood it uses tensorflow-macos since 2.13.
@@ -126,7 +126,7 @@ vertexai_tensorboard = [
126126
]
127127
# Dataflow dependencies.
128128
dataflow = [
129-
"pyarrow>=20.0.0,<21.0.0", # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
129+
"pyarrow<21.0.0", # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
130130
"apache-beam==2.55.1",
131131
"apache-beam[gcp]",
132132
"google-apitools", # for beam pipeline

0 commit comments

Comments
 (0)