histlearn commited on
Commit
b7afc33
·
verified ·
1 Parent(s): 17ddc31

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,12 +1,13 @@
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
 
 
1
+ gradio>=4.19.2,<5.0
2
+ pandas>=2.0,<2.2
3
+ numpy>=1.25,<1.27
4
+ matplotlib>=3.8,<3.9
5
+ seaborn>=0.13,<0.14
6
+ fpdf2>=2.7,<2.8
7
+ openpyxl>=3.1,<3.2
8
+ lxml>=5.1,<5.2
9
+ html5lib>=1.1,<2.0
10
+ PyPDF2>=3.0,<3.1
11
+ python-dateutil>=2.8,<2.9
12
+ setuptools>=65.5.1
13
+ wheel>=0.41.2