Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -20,7 +20,8 @@ pyannote.audio
|
|
20 |
protobuf<4
|
21 |
click<8.1
|
22 |
pydantic~=1.0
|
|
|
|
|
23 |
huggingface_hub>=0.23.0
|
24 |
transformers>=4.40.0
|
25 |
-
torchmetrics>=0.7.0
|
26 |
-
resemblyzer==0.0.6 # For speaker matching
|
|
|
20 |
protobuf<4
|
21 |
click<8.1
|
22 |
pydantic~=1.0
|
23 |
+
|
24 |
+
# Fixed versions
|
25 |
huggingface_hub>=0.23.0
|
26 |
transformers>=4.40.0
|
27 |
+
torchmetrics>=0.7.0
|
|