File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +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
+ " pyarrow<21.0.0" , # Pin to v20.x to avoid PyExtensionType -> ExtensionType breaking change in v21
34
34
" protobuf>=3.20.3" ,
35
35
" tensorboard-plugin-profile==2.20.4" ,
36
36
# This has both x86 and arm64 wheels. Underneath the hood it uses tensorflow-macos since 2.13.
@@ -126,7 +126,7 @@ vertexai_tensorboard = [
126
126
]
127
127
# Dataflow dependencies.
128
128
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
130
130
" apache-beam==2.55.1" ,
131
131
" apache-beam[gcp]" ,
132
132
" google-apitools" , # for beam pipeline
You can’t perform that action at this time.
0 commit comments