mgbam commited on
Commit
3ea41cf
·
verified ·
1 Parent(s): d6dd233

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- streamlit>=1.35
2
- pdfplumber>=0.11
3
- pytesseract>=0.3.10
4
- pillow>=10.3.0
5
- openai>=1.30
6
- pandas>=2.2.2
7
- pyarrow>=15.0.0
8
- groq>=0.5.0
9
- python-dotenv>=1.0.0
10
- sqlalchemy
 
 
1
+ streamlit==1.31.1
2
+ pdfplumber==0.10.4
3
+ pytesseract==0.3.10
4
+ pandas==2.2.0
5
+ requests==2.31.0
6
+ Pillow==10.2.0
7
+ openai==1.12.0
8
+ google-generativeai==0.4.1
9
+ groq==0.1.13
10
+ SQLAlchemy==2.0.25
11
+ typing-extensions==4.9.0