Corey Morris
commited on
Commit
·
ac8338a
1
Parent(s):
94715ee
removed version requirements
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
pandas==1.5.3
|
| 4 |
|
| 5 |
# Other
|
| 6 |
-
plotly==5.14.1
|
|
|
|
| 7 |
statsmodels
|
| 8 |
numpy
|
| 9 |
matplotlib
|
| 10 |
|
| 11 |
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# pandas==1.5.3
|
|
|
|
| 3 |
|
| 4 |
# Other
|
| 5 |
+
# plotly==5.14.1
|
| 6 |
+
plotly
|
| 7 |
statsmodels
|
| 8 |
numpy
|
| 9 |
matplotlib
|
| 10 |
|
| 11 |
|
| 12 |
+
# replicating the current hugging face streamlit and pandas versions
|
| 13 |
+
streamlit==1.25.0
|