Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
gradio>=4.
|
|
|
|
| 2 |
PyPDF2
|
| 3 |
python-docx
|
| 4 |
sentence-transformers
|
|
|
|
| 1 |
+
gradio>=4.43.0
|
| 2 |
+
pydantic==2.10.6 # avoids Pydantic-2.11 recursion bug
|
| 3 |
PyPDF2
|
| 4 |
python-docx
|
| 5 |
sentence-transformers
|