AndrewCivicTechDC commited on
Commit
8111496
·
verified ·
1 Parent(s): 90ee159

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy<2.0.0
2
+ openai==1.36.0
3
+ pandas==2.2.2
4
+ pdf2image==1.17.0
5
+ Pillow==10.4.0
6
+ python-dotenv==1.0.1
7
+ rapidfuzz==3.9.3
8
+ Requests==2.32.3
9
+ streamlit==1.32.0
10
+ tqdm==4.66.4