Gilgarmesh commited on
Commit
5cc35d2
·
verified ·
1 Parent(s): 0ee982d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- chromadb
2
- sentence-transformers
3
- gradio
4
- openai
5
- pymupdf
6
- python-docx
7
- beautifulsoup4
8
- rank_bm25
9
- nltk
10
- tiktoken
11
- numpy
12
-
 
1
+ chromadb
2
+ sentence-transformers
3
+ gradio<5.0.0
4
+ openai
5
+ pymupdf
6
+ python-docx
7
+ beautifulsoup4
8
+ rank_bm25
9
+ nltk
10
+ tiktoken
11
+ numpy
12
+