Manojajj commited on
Commit
08cf45a
·
verified ·
1 Parent(s): 278f0a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -2,5 +2,6 @@ gradio==3.10.0
2
  transformers==4.37.0
3
  torch==2.1.0
4
  pandas==2.1.0
5
- pdfplumber==0.10.0 # If you want to keep PDF support in case you need it later
6
- openpyxl==3.1.2 # Required for saving Excel files
 
 
2
  transformers==4.37.0
3
  torch==2.1.0
4
  pandas==2.1.0
5
+ openpyxl==3.1.2
6
+ httpx==0.23.0
7
+ httpcore==0.16.0