Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ torch
|
|
4 |
librosa
|
5 |
langdetect
|
6 |
pyannote.audio
|
7 |
-
numpy
|
8 |
-
numba>=0.53
|
|
|
4 |
librosa
|
5 |
langdetect
|
6 |
pyannote.audio
|
7 |
+
numpy<2 # Degradado a una versi贸n compatible
|
8 |
+
numba>=0.53
|