histlearn commited on
Commit
6f7146b
·
verified ·
1 Parent(s): 1f01146

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,10 +1,12 @@
1
- pandas
2
- gradio
3
- openpyxl
4
- html5lib
5
- lxml
6
- fpdf
7
- matplotlib
8
- pdfkit
9
- weasyprint
10
- PyPDF2
 
 
 
1
+ gradio==4.19.2
2
+ pandas==2.1.4
3
+ numpy==1.26.3
4
+ matplotlib==3.8.2
5
+ fpdf2==2.7.6
6
+ weasyprint==60.2
7
+ seaborn==0.13.1
8
+ openpyxl==3.1.2
9
+ lxml==5.1.0
10
+ html5lib==1.1
11
+ PyPDF2==3.0.1
12
+ python-dateutil==2.8.2