Spaces:
Runtime error
Runtime error
correct typo in numpy version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@ ffmpeg-python
|
|
| 4 |
SpeechRecognition
|
| 5 |
pydub
|
| 6 |
gTTS
|
| 7 |
-
numpy
|
| 8 |
opencv-contrib-python
|
| 9 |
opencv-python
|
| 10 |
torchvision
|
|
|
|
| 4 |
SpeechRecognition
|
| 5 |
pydub
|
| 6 |
gTTS
|
| 7 |
+
numpy==1.23.5
|
| 8 |
opencv-contrib-python
|
| 9 |
opencv-python
|
| 10 |
torchvision
|