Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- 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 |
+
|