Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
|
2 |
-
gradio==4.
|
3 |
gensim==4.3.2
|
4 |
faiss-cpu==1.7.4
|
5 |
huggingface_hub==0.23.0
|
6 |
pandas==2.2.2
|
7 |
tqdm==4.66.4
|
8 |
python-dotenv==1.0.1
|
|
|
9 |
|
|
|
1 |
|
2 |
+
gradio==4.24.0
|
3 |
gensim==4.3.2
|
4 |
faiss-cpu==1.7.4
|
5 |
huggingface_hub==0.23.0
|
6 |
pandas==2.2.2
|
7 |
tqdm==4.66.4
|
8 |
python-dotenv==1.0.1
|
9 |
+
scipy==1.10.1
|
10 |
|