File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ core = [
30
30
" nltk==3.7" , # for text preprocessing
31
31
" optax==0.1.7" , # optimizers (0.1.0 has known bugs).
32
32
" portpicker" ,
33
+ " pyarrow>=20.0.0,<21.0.0" , # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
33
34
" protobuf>=3.20.3" ,
34
35
" tensorboard-plugin-profile==2.15.1" ,
35
36
# This has both x86 and arm64 wheels. Underneath the hood it uses tensorflow-macos since 2.13.
@@ -125,6 +126,7 @@ vertexai_tensorboard = [
125
126
]
126
127
# Dataflow dependencies.
127
128
dataflow = [
129
+ " pyarrow>=20.0.0,<21.0.0" , # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
128
130
" apache-beam==2.55.1" ,
129
131
" apache-beam[gcp]" ,
130
132
" google-apitools" , # for beam pipeline
You can’t perform that action at this time.
0 commit comments