mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
fix(python): remove pin to setuptools, pin python version (#4395)
fix(setuptools): remove pin Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
037e8030bf
commit
7ca0e2d925
15 changed files with 18 additions and 14 deletions
|
@ -3,6 +3,5 @@ intel-extension-for-pytorch
|
|||
torch
|
||||
torchaudio
|
||||
optimum[openvino]
|
||||
setuptools==75.1.0 # https://github.com/mudler/LocalAI/issues/2406
|
||||
transformers
|
||||
accelerate
|
|
@ -1,3 +1,4 @@
|
|||
grpcio==1.68.1
|
||||
certifi
|
||||
llvmlite==0.43.0
|
||||
setuptools
|
Loading…
Add table
Add a link
Reference in a new issue