hellosara commited on
Commit
90dedcf
·
verified ·
1 Parent(s): 1b38d32

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dash
2
+ dash-bootstrap-components
3
+ dash-core-components
4
+ dash-html-components
5
+ dash-table
6
+ gunicorn
7
+ plotly
8
+
9
+ pandas
10
+ numpy
11
+
12
+ scikit-learn
13
+ joblib
14
+ scipy
15
+ threadpoolctl
16
+
17
+ Pillow