Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -7,4 +7,9 @@ pydantic>=1.10.0
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
-
librosa==0.10.2.post1
|
|
|
|
|
|
|
|
|
|
|
|
7 |
python-dotenv>=1.0.0
|
8 |
gradio>=4.0.0
|
9 |
requests>=2.31.0
|
10 |
+
librosa==0.10.2.post1
|
11 |
+
xgboost==2.1.1
|
12 |
+
skops==0.11.0
|
13 |
+
nltk==3.8.1
|
14 |
+
contractions==0.1.73
|
15 |
+
regex==2023.12.25
|