Corey Morris
commited on
Commit
•
bb08057
1
Parent(s):
bdad6e6
updated requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
1 |
-
# replicating the hugging face streamlit and pandas versions
|
2 |
streamlit==1.21.0
|
3 |
pandas==1.5.3
|
4 |
|
5 |
# Other
|
6 |
plotly==5.14.1
|
7 |
statsmodels
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# replicating the current hugging face streamlit and pandas versions
|
2 |
streamlit==1.21.0
|
3 |
pandas==1.5.3
|
4 |
|
5 |
# Other
|
6 |
plotly==5.14.1
|
7 |
statsmodels
|
8 |
+
numpy
|
9 |
+
matplotlib
|
10 |
+
|
11 |
+
# exploratory data analysis
|
12 |
+
seaborn
|
13 |
+
nbformat
|