Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
gradio==4.24.0
|
| 2 |
-
gensim==4.3.1
|
| 3 |
-
faiss-cpu==1.7.4
|
| 4 |
-
pandas==2.2.2
|
| 5 |
-
numpy==1.24.4
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
|
|
|
|
| 1 |
+
gradio==4.24.0
|
| 2 |
+
gensim==4.3.1
|
| 3 |
+
faiss-cpu==1.7.4
|
| 4 |
+
pandas==2.2.2
|
| 5 |
+
numpy==1.24.4
|
| 6 |
+
scipy==1.10.1
|
| 7 |
+
tqdm==4.66.2
|
| 8 |
+
scikit-learn==1.3.2
|
| 9 |
+
huggingface_hub==0.21.4
|
| 10 |
+
python-dotenv==1.0.1
|
| 11 |
|