Corin1998 commited on
Commit
b1e22ad
·
verified ·
1 Parent(s): bc41609

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  gradio==4.44.1
2
  openai==1.47.0
3
- httpx==0.27.2
4
  pdf2image==1.17.0
5
  pdfplumber==0.11.4
6
  pypdf==5.0.0
7
  Pillow==10.4.0
8
  pandas==2.2.2
 
9
  plotly==5.24.1
 
 
1
  gradio==4.44.1
2
  openai==1.47.0
 
3
  pdf2image==1.17.0
4
  pdfplumber==0.11.4
5
  pypdf==5.0.0
6
  Pillow==10.4.0
7
  pandas==2.2.2
8
+ numpy==1.26.4
9
  plotly==5.24.1
10
+ httpx==0.28.1