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
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,19 +1,19 @@
1
  streamlit>=1.28.0
2
- torch==2.0.0
3
- transformers==4.36.0
4
- langchain==0.1.0
5
- langchain-community==0.0.10
6
- langchain-core==0.1.8
7
- faiss-cpu==1.7.4
8
- pydantic==2.5.0
9
- numpy==1.24.3
10
- dill==0.3.7
11
- bitsandbytes==0.41.1
12
- flashrank==0.2.0
13
- PyMuPDF==1.23.8
14
- Pillow==10.0.1
15
- pytesseract==0.3.10
16
- pdf2image==1.16.3
17
- rank-bm25==0.2.2
18
  huggingface-hub>=0.18.0
19
- peft==0.4.0
 
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