Aziz Alto commited on
Commit
c0684b2
·
1 Parent(s): 62c3a20
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # core
2
+ pandas
3
+ streamlit
4
+
5
+ # features
6
+ streamlit-ace==0.1.1 # code editor: https://github.com/okld/streamlit-ace
7
+ duckdb==0.7.0 # execute sql on pandas df
8
+
9
+ pandas-profiling
10
+ ydata-profiling
11
+ streamlit-pandas-profiling
12
+ plotly
13
+ scikit-learn
14
+ plotly_express
15
+ openai