BeRU Deployer commited on
Commit ·
a462198
1
Parent(s): 8ccfa28
Fix: Update dependencies for Python 3.13 compatibility - Use torch>=2.5.0 and flexible version constraints
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,19 +1,19 @@
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
-
torch=
|
| 3 |
-
transformers=
|
| 4 |
-
langchain=
|
| 5 |
-
langchain-community=
|
| 6 |
-
langchain-core=
|
| 7 |
-
faiss-cpu=
|
| 8 |
-
pydantic=
|
| 9 |
-
numpy=
|
| 10 |
-
dill=
|
| 11 |
-
bitsandbytes=
|
| 12 |
-
flashrank=
|
| 13 |
-
PyMuPDF=
|
| 14 |
-
Pillow=
|
| 15 |
-
pytesseract=
|
| 16 |
-
pdf2image=
|
| 17 |
-
rank-bm25=
|
| 18 |
huggingface-hub>=0.18.0
|
| 19 |
-
peft=
|
|
|
|
| 1 |
streamlit>=1.28.0
|
| 2 |
+
torch>=2.5.0
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
+
langchain>=0.1.0
|
| 5 |
+
langchain-community>=0.0.10
|
| 6 |
+
langchain-core>=0.1.8
|
| 7 |
+
faiss-cpu>=1.8.0
|
| 8 |
+
pydantic>=2.5.0
|
| 9 |
+
numpy>=1.24.0
|
| 10 |
+
dill>=0.3.7
|
| 11 |
+
bitsandbytes>=0.41.1
|
| 12 |
+
flashrank>=0.2.0
|
| 13 |
+
PyMuPDF>=1.23.0
|
| 14 |
+
Pillow>=10.0.0
|
| 15 |
+
pytesseract>=0.3.10
|
| 16 |
+
pdf2image>=1.16.0
|
| 17 |
+
rank-bm25>=0.2.2
|
| 18 |
huggingface-hub>=0.18.0
|
| 19 |
+
peft>=0.4.0
|