Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -7,4 +7,7 @@ spacy>=3.8.0
|
|
7 |
ipython
|
8 |
scipy # Required for soundfile
|
9 |
numpy
|
10 |
-
# misaki[en]>=0.6.2
|
|
|
|
|
|
|
|
7 |
ipython
|
8 |
scipy # Required for soundfile
|
9 |
numpy
|
10 |
+
# misaki[en]>=0.6.2
|
11 |
+
build-essential
|
12 |
+
gcc
|
13 |
+
g++
|