AIdeaText commited on
Commit
603ce54
·
verified ·
1 Parent(s): aec9d9f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -37,6 +37,8 @@ pymssql
37
  python-dotenv
38
  pymongo
39
  PyPDF2
 
 
40
  #########
41
  rlPyCairo
42
  requests
@@ -47,12 +49,17 @@ reportlab
47
  spacy-streamlit
48
  seaborn
49
  squarify
 
 
 
50
  streamlit==1.45.1
51
  streamlit-float
52
  streamlit-player
53
  streamlit-chat
54
  streamlit-antd-components
55
  streamlit-option-menu
 
 
56
  scipy
57
  sentencepiece
58
  scikit-learn
 
37
  python-dotenv
38
  pymongo
39
  PyPDF2
40
+ pyvis
41
+
42
  #########
43
  rlPyCairo
44
  requests
 
49
  spacy-streamlit
50
  seaborn
51
  squarify
52
+
53
+
54
+ #Streamlit
55
  streamlit==1.45.1
56
  streamlit-float
57
  streamlit-player
58
  streamlit-chat
59
  streamlit-antd-components
60
  streamlit-option-menu
61
+ streamlit-aggrid
62
+
63
  scipy
64
  sentencepiece
65
  scikit-learn