Commit 028cc20 1 parent 1695c13 commit 028cc20 Copy full SHA for 028cc20
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ kill-trino-locally:
353
353
cd ${ROOT_DIR} ; docker stop trino
354
354
355
355
install-protoc-dependencies :
356
- pip install --ignore-installed protobuf grpcio-tools==1.47.0 mypy-protobuf==3.1.0
356
+ pip install --ignore-installed protobuf==4.23.4 grpcio-tools==1.47.0 mypy-protobuf==3.1.0
357
357
358
358
install-feast-ci-locally :
359
359
pip install -e " .[ci]"
Original file line number Diff line number Diff line change 55
55
"pandas>=1.4.3,<2" ,
56
56
# For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
57
57
"pandavro~=1.5.0" ,
58
- "protobuf<5,>3.20" ,
58
+ # Higher than 4.23.4 seems to cause a seg fault
59
+ "protobuf<4.23.4,>3.20" ,
59
60
"proto-plus>=1.20.0,<2" ,
60
61
"pyarrow>=4,<12" ,
61
62
"pydantic>=1,<2" ,
You can’t perform that action at this time.
0 commit comments