mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-18 06:58:09 +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
|
go install github.com/GeertJohan/go.rice/rice@latest
|
||||||
|
|
||||||
# The python3-grpc-tools package in 22.04 is too old
|
# 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
|
make -C backend/python/transformers
|
||||||
|
|
||||||
@ -223,7 +223,7 @@ jobs:
|
|||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install protobuf grpc make protoc-gen-go protoc-gen-go-grpc libomp llvm
|
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
|
go install github.com/GeertJohan/go.rice/rice@latest
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
@ -100,7 +100,7 @@ RUN apt-get update && \
|
|||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
# Install grpcio-tools (the version in 22.04 is too old)
|
# 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
|
bark==0.1.5
|
||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
packaging
|
packaging
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
grpcio-tools
|
grpcio-tools
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
packaging==24.1
|
packaging==24.1
|
@ -1,5 +1,5 @@
|
|||||||
setuptools
|
setuptools
|
||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
pillow
|
pillow
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
wheel
|
wheel
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
grpcio-tools
|
grpcio-tools
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
phonemizer
|
phonemizer
|
||||||
scipy
|
scipy
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf==6.31.0
|
protobuf==6.31.0
|
||||||
certifi
|
certifi
|
||||||
setuptools
|
setuptools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
grpcio==1.72.1
|
grpcio==1.71.0
|
||||||
protobuf
|
protobuf
|
||||||
certifi
|
certifi
|
||||||
setuptools
|
setuptools
|
Reference in New Issue
Block a user