forked from phoenix/litellm-mirror
(fix) google pip install pyarrow dep
This commit is contained in:
parent
73db5b45f8
commit
0c69c05c54
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ jobs:
|
|||
pip install mypy
|
||||
pip install "google-generativeai==0.3.2"
|
||||
pip install "google-cloud-aiplatform==1.43.0"
|
||||
pip install pyarrow
|
||||
pip install "boto3>=1.28.57"
|
||||
pip install "aioboto3>=12.3.0"
|
||||
pip install langchain
|
||||
|
@ -154,6 +155,7 @@ jobs:
|
|||
pip install mypy
|
||||
pip install "google-generativeai==0.3.2"
|
||||
pip install "google-cloud-aiplatform==1.43.0"
|
||||
pip install pyarrow
|
||||
pip install "boto3>=1.28.57"
|
||||
pip install "aioboto3>=12.3.0"
|
||||
pip install langchain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue