aboutsummarylogtreecommitdiffstats
path: root/backend-req.patch
blob: 6be8cbe0491c11ebe88e3fc824da14ef0b11b2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff --git a/backend/python/coqui/requirements.txt b/backend/python/coqui/requirements.txt
index 6125f739..7738f8ff 100644
--- a/backend/python/coqui/requirements.txt
+++ b/backend/python/coqui/requirements.txt
@@ -1,4 +1,4 @@
-TTS==0.22.0
+coqui-tts
 grpcio==1.65.5
 protobuf
 certifi
\ No newline at end of file
diff --git a/backend/python/transformers-musicgen/requirements.txt b/backend/python/transformers-musicgen/requirements.txt
index a0076112..e31e1250 100644
--- a/backend/python/transformers-musicgen/requirements.txt
+++ b/backend/python/transformers-musicgen/requirements.txt
@@ -1,4 +1,4 @@
 grpcio==1.65.5
 protobuf
-scipy==1.14.0
+scipy
 certifi
\ No newline at end of file
diff --git a/backend/python/transformers/requirements.txt b/backend/python/transformers/requirements.txt
index 5531ea0e..9fdb848d 100644
--- a/backend/python/transformers/requirements.txt
+++ b/backend/python/transformers/requirements.txt
@@ -1,4 +1,3 @@
 grpcio==1.65.5
 protobuf
 certifi
-setuptools==69.5.1 # https://github.com/mudler/LocalAI/issues/2406
\ No newline at end of file