Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
paddlepaddle==2.3.0
|
|
|
2 |
typeguard==2.13.3
|
3 |
-
paddleaudio==0.1.0a0
|
4 |
-
paddlespeech==0.1.0rc0
|
5 |
numpy==1.23.1
|
6 |
-
paddlehub
|
7 |
-
paddlenlp
|
8 |
pypinyin
|
9 |
SoundFile
|
10 |
librosa==0.8.1
|
|
|
1 |
+
paddlepaddle==2.3.0 -i https://mirror.baidu.com/pypi/simple
|
2 |
+
paddlespeech==0.1.0rc0 -i https://pypi.tuna.tsinghua.edu.cn/simple
|
3 |
typeguard==2.13.3
|
|
|
|
|
4 |
numpy==1.23.1
|
|
|
|
|
5 |
pypinyin
|
6 |
SoundFile
|
7 |
librosa==0.8.1
|