GenAIDevTOProd commited on
Commit
23f0dfd
·
verified ·
1 Parent(s): a045bae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -18
requirements.txt CHANGED
@@ -1,20 +1,9 @@
1
 
2
- # Hugging Face datasets (Git for compatibility)
3
- git+https://github.com/huggingface/datasets.git
4
-
5
- # Core
6
- pyspark
7
- tqdm
8
- gensim
9
- numpy
10
- scikit-learn
11
-
12
- # Vector indexing
13
- faiss-cpu
14
-
15
- # UI
16
- gradio
17
-
18
- # Optional
19
- Pillow
20
 
 
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