Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
streamlit==1.
|
2 |
eurostatapiclient==0.2.7
|
3 |
plotly==5.7.0
|
4 |
pandas==1.3.5
|
|
|
5 |
matplotlib==3.6.2
|
6 |
seaborn==0.11.1
|
7 |
-
statsmodels==0.
|
8 |
patsy==0.5.1
|
9 |
numpy==1.22.4
|
10 |
scipy==1.6.2
|
|
|
1 |
+
streamlit==1.22
|
2 |
eurostatapiclient==0.2.7
|
3 |
plotly==5.7.0
|
4 |
pandas==1.3.5
|
5 |
+
|
6 |
matplotlib==3.6.2
|
7 |
seaborn==0.11.1
|
8 |
+
statsmodels==0.14.0
|
9 |
patsy==0.5.1
|
10 |
numpy==1.22.4
|
11 |
scipy==1.6.2
|