zmbfeng commited on
Commit
a0e95c2
·
1 Parent(s): 6abe9d1

correct typo in numpy version

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -4,7 +4,7 @@ ffmpeg-python
4
  SpeechRecognition
5
  pydub
6
  gTTS
7
- numpy=1.23.5
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