Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pip==23.2.1
|
| 2 |
praat-parselmouth>=0.4.3
|
| 3 |
omegaconf==2.3.0
|
|
@@ -15,7 +18,7 @@ gradio==3.50.2
|
|
| 15 |
torch==1.13.1
|
| 16 |
torchaudio==0.13.1
|
| 17 |
transformers
|
| 18 |
-
fairseq
|
| 19 |
tensorboardX
|
| 20 |
pandas
|
| 21 |
pyyaml
|
|
|
|
| 1 |
+
cython
|
| 2 |
+
numpy
|
| 3 |
+
setuptools>=58.0.0
|
| 4 |
pip==23.2.1
|
| 5 |
praat-parselmouth>=0.4.3
|
| 6 |
omegaconf==2.3.0
|
|
|
|
| 18 |
torch==1.13.1
|
| 19 |
torchaudio==0.13.1
|
| 20 |
transformers
|
| 21 |
+
git+https://github.com/pytorch/fairseq.git@5fb366f7641517586f848daaf5f1ea0f6ba688f4
|
| 22 |
tensorboardX
|
| 23 |
pandas
|
| 24 |
pyyaml
|