Skip to content

Commit a4fac20

Browse files
authored
Fix axlearn CI failure due to pyarrow version upgrade (#1311)
1 parent 0f5a309 commit a4fac20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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
3334
"protobuf>=3.20.3",
3435
"tensorboard-plugin-profile==2.15.1",
3536
# This has both x86 and arm64 wheels. Underneath the hood it uses tensorflow-macos since 2.13.
@@ -125,6 +126,7 @@ vertexai_tensorboard = [
125126
]
126127
# Dataflow dependencies.
127128
dataflow = [
129+
"pyarrow>=20.0.0,<21.0.0", # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
128130
"apache-beam==2.55.1",
129131
"apache-beam[gcp]",
130132
"google-apitools", # for beam pipeline

0 commit comments

Comments
 (0)