07Codex07 commited on
Commit
516f629
·
1 Parent(s): 2fe1495

Add all required dependencies for backend

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -10,7 +10,7 @@ tiktoken==0.7.0
10
  rank-bm25==0.2.2
11
  pypdf==4.2.0
12
  unstructured==0.14.5
13
- huggingface-hub==0.34.0 # ✅ compatible with both Gradio + Sentence Transformers
14
  gradio==5.49.1
15
  pandas==2.3.3
16
  numpy
 
10
  rank-bm25==0.2.2
11
  pypdf==4.2.0
12
  unstructured==0.14.5
13
+ huggingface-hub==0.23.1 # ✅ compatible with both Gradio + Sentence Transformers
14
  gradio==5.49.1
15
  pandas==2.3.3
16
  numpy