SarahXia0405 commited on
Commit
36d99e8
·
verified ·
1 Parent(s): b6e34d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- streamlit==1.37.1
2
- pandas==2.2.2
3
- numpy==1.26.4
4
- pymupdf==1.24.9
5
- pdfplumber==0.11.4
6
- pydantic==2.8.2
7
- python-dateutil==2.9.0.post0
 
1
+ streamlit>=1.31.0
2
+ pydantic>=2.6.0
3
+ pandas>=2.0.0
4
+ pdfplumber>=0.10.3
5
+ PyMuPDF>=1.23.0