Spaces:
Running
Running
Update dependencies for visualization fixes
Browse files- packages.txt +4 -1
- requirements.txt +2 -1
packages.txt
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
1 |
+
python3-dev
|
2 |
+
python3-pip
|
3 |
+
libfreetype6-dev
|
4 |
+
pkg-config
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ streamlit>=1.3.0
|
|
4 |
plotly>=5.5.0
|
5 |
matplotlib>=3.5.0
|
6 |
python-dotenv>=0.20.0
|
7 |
-
pyarrow>=6.0.0 # Arrow for DataFrame serialization
|
|
|
|
4 |
plotly>=5.5.0
|
5 |
matplotlib>=3.5.0
|
6 |
python-dotenv>=0.20.0
|
7 |
+
pyarrow>=6.0.0 # Arrow for DataFrame serialization
|
8 |
+
kaleido>=0.2.1 # Required for plotly static image export
|