MatteoScript commited on
Commit
039524a
·
verified ·
1 Parent(s): 4a4c518

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- streamlit>=1.32
2
- pandas>=2.0
3
- openpyxl>=3.1
4
- numpy>=1.24
5
- python-docx>=1.1.0
6
- matplotlib>=3.8
7
- Pillow>=10.0
8
- PyMuPDF>=1.23
 
 
1
+ streamlit==1.54.0
2
+ python-dotenv==1.0.1
3
+ pandas==2.3.3
4
+ openpyxl==3.1.5
5
+ numpy==2.4.2
6
+ python-docx==1.2.0
7
+ matplotlib==3.10.8
8
+ Pillow==12.1.1
9
+ PyMuPDF==1.27.1