Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
-
panel
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
panel==1.2.1
|
| 2 |
+
geopandas==0.13.2
|
| 3 |
+
folium==0.14.0
|
| 4 |
+
altair==5.1.0
|
| 5 |
+
notebook==6.5.4
|
| 6 |
+
vega==4.0.0
|
| 7 |
+
param==1.13.0
|
| 8 |
+
holoviews==1.17.0
|
| 9 |
+
hvplot==0.9.0
|
| 10 |
+
bokeh==3.2.1
|
| 11 |
+
requests==2.31.0
|
| 12 |
+
numpy>=1.24.0,<1.27.0 # Ensure compatibility with Pandas and other dependencies
|
| 13 |
+
pandas>=1.5.3,<2.1.0 # Compatible with Python 3.11 and other libraries
|