GenAIDevTOProd commited on
Commit
f68084d
·
verified ·
1 Parent(s): 2e057a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
 
2
- gradio==4.29.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
 
 
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