ChrisFourthBrain commited on
Commit
bdb5147
·
1 Parent(s): 1774e97

Added reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ pandas==1.4.2
2
+ matplotlib==3.5.2
3
+ streamlit==1.10.0
4
+ transformers==4.19.4
5
+ pydantic==1.9.1
6
+ praw==7.6.0
7
+ pytorch-pretrained-bert==0.6.2
8
+ loguru==0.6.0
9
+ plotly==5.9.0