Solareva Taisia commited on
Commit ·
9516a7b
1
Parent(s): 198ccb0
chore(deps): add streamlit dashboard dependencies
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -29,6 +29,12 @@ gdown>=4.7.0
|
|
| 29 |
matplotlib>=3.7.0
|
| 30 |
seaborn>=0.12.0
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
# Testing
|
| 33 |
pytest>=7.4.0
|
| 34 |
pytest-cov>=4.1.0
|
|
|
|
| 29 |
matplotlib>=3.7.0
|
| 30 |
seaborn>=0.12.0
|
| 31 |
|
| 32 |
+
# Streamlit dashboards
|
| 33 |
+
streamlit>=1.28.0
|
| 34 |
+
plotly>=5.17.0
|
| 35 |
+
statsmodels>=0.14.0 # Required for plotly trendline="ols"
|
| 36 |
+
requests>=2.31.0
|
| 37 |
+
|
| 38 |
# Testing
|
| 39 |
pytest>=7.4.0
|
| 40 |
pytest-cov>=4.1.0
|