GenAIDevTOProd commited on
Commit
2f0a24e
·
verified ·
1 Parent(s): 581cab8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
 
 
 
 
2
  # Core
3
- datasets
4
  pyspark
5
  tqdm
6
  gensim
@@ -13,6 +15,6 @@ faiss-cpu
13
  # UI
14
  gradio
15
 
16
- # Optional: For image display/future reranking
17
  Pillow
18
- openai
 
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
 
15
  # UI
16
  gradio
17
 
18
+ # Optional
19
  Pillow
20
+