mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-17 22:48:08 +00:00
fix(deps): pin grpcio (#5621)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
6efa97ce0b
commit
88e570b5de
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
go install github.com/GeertJohan/go.rice/rice@latest
|
||||
|
||||
# The python3-grpc-tools package in 22.04 is too old
|
||||
pip install --user grpcio-tools
|
||||
pip install --user grpcio-tools==1.71.0 grpcio==1.71.0
|
||||
|
||||
make -C backend/python/transformers
|
||||
|
||||
@ -223,7 +223,7 @@ jobs:
|
||||
- name: Dependencies
|
||||
run: |
|
||||
brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm
|
||||
pip install --user --no-cache-dir grpcio-tools
|
||||
pip install --user --no-cache-dir grpcio-tools==1.71.0 grpcio==1.71.0
|
||||
go install github.com/GeertJohan/go.rice/rice@latest
|
||||
- name: Test
|
||||
run: |
|
||||
|
@ -100,7 +100,7 @@ RUN apt-get update && \
|
||||
pip install --upgrade pip
|
||||
|
||||
# Install grpcio-tools (the version in 22.04 is too old)
|
||||
RUN pip install --user grpcio-tools
|
||||
RUN pip install --user grpcio-tools==1.71.0 grpcio==1.71.0
|
||||
|
||||
###################################
|
||||
###################################
|
||||
|
@ -1,4 +1,4 @@
|
||||
bark==0.1.5
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
||||
packaging
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
grpcio-tools
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
||||
packaging==24.1
|
@ -1,5 +1,5 @@
|
||||
setuptools
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
pillow
|
||||
protobuf
|
||||
certifi
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
||||
wheel
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
grpcio-tools
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
phonemizer
|
||||
scipy
|
||||
|
@ -1,3 +1,3 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf==6.31.0
|
||||
certifi
|
||||
setuptools
|
||||
|
@ -1,4 +1,4 @@
|
||||
grpcio==1.72.1
|
||||
grpcio==1.71.0
|
||||
protobuf
|
||||
certifi
|
||||
setuptools
|
Reference in New Issue
Block a user