Update requirements.txt
Browse files- requirements.txt +18 -18
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
codecarbon>=2.3.1
|
4 |
-
datasets
|
5 |
scikit-learn=1.6.1
|
6 |
pydantic>=1.10.0
|
7 |
python-dotenv>=1.0.0
|
@@ -9,20 +9,20 @@ gradio>=4.0.0
|
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
huggingface_hub
|
12 |
-
scipy
|
13 |
-
nltk
|
14 |
-
numpy
|
15 |
-
pandas
|
16 |
-
regex
|
17 |
-
re2
|
18 |
-
transformers
|
19 |
-
keras
|
20 |
-
keras-preprocessing
|
21 |
-
tokenizers
|
22 |
-
tf-keras
|
23 |
-
tensorflow-hub
|
24 |
-
tensorflow
|
25 |
-
tensorflow-base
|
26 |
-
tensorflow-estimator
|
27 |
-
beautifulsoup4
|
28 |
-
bert-tensorflow
|
|
|
1 |
fastapi>=0.68.0
|
2 |
uvicorn>=0.15.0
|
3 |
codecarbon>=2.3.1
|
4 |
+
datasets>=3.2.0
|
5 |
scikit-learn=1.6.1
|
6 |
pydantic>=1.10.0
|
7 |
python-dotenv>=1.0.0
|
|
|
9 |
requests>=2.31.0
|
10 |
librosa==0.10.2.post1
|
11 |
huggingface_hub
|
12 |
+
scipy==1.15.1
|
13 |
+
nltk==3.9.1
|
14 |
+
numpy==1.26.4
|
15 |
+
pandas==2.2.3
|
16 |
+
regex==2024.11.6
|
17 |
+
re2==2024.07.02
|
18 |
+
transformers==4.48.0
|
19 |
+
keras==3.8.0
|
20 |
+
keras-preprocessing==1.1.2
|
21 |
+
tokenizers==0.21.0
|
22 |
+
tf-keras==2.17.0
|
23 |
+
tensorflow-hub==0.12.0
|
24 |
+
tensorflow==2.17.0
|
25 |
+
tensorflow-base==2.17.0
|
26 |
+
tensorflow-estimator==2.17.0
|
27 |
+
beautifulsoup4==4.12.3
|
28 |
+
bert-tensorflow==1.0.4
|