Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı commited on
Commit ·
f8a58bd
1
Parent(s): 434bd90
update
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
|
@@ -1,16 +1,22 @@
|
|
| 1 |
--find-links=https://girder.github.io/large_image_wheels GDAL
|
|
|
|
| 2 |
folium==0.13.0
|
|
|
|
| 3 |
geemap
|
| 4 |
ffmpeg-python
|
| 5 |
geopandas
|
|
|
|
|
|
|
| 6 |
leafmap>=0.18.6
|
|
|
|
|
|
|
| 7 |
owslib
|
| 8 |
palettable
|
| 9 |
plotly
|
| 10 |
streamlit
|
| 11 |
streamlit-bokeh-events
|
| 12 |
streamlit-folium
|
| 13 |
-
streamlit-keplergl
|
| 14 |
-
tropycal
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 1 |
--find-links=https://girder.github.io/large_image_wheels GDAL
|
| 2 |
+
# cartopy
|
| 3 |
folium==0.13.0
|
| 4 |
+
# ipywidgets<8.0.5
|
| 5 |
geemap
|
| 6 |
ffmpeg-python
|
| 7 |
geopandas
|
| 8 |
+
# jupyter-server-proxy
|
| 9 |
+
# keplergl
|
| 10 |
leafmap>=0.18.6
|
| 11 |
+
# localtileserver
|
| 12 |
+
# nbserverproxy
|
| 13 |
owslib
|
| 14 |
palettable
|
| 15 |
plotly
|
| 16 |
streamlit
|
| 17 |
streamlit-bokeh-events
|
| 18 |
streamlit-folium
|
| 19 |
+
# streamlit-keplergl
|
| 20 |
+
# tropycal
|
| 21 |
+
# git+https://github.com/giswqs/leafmap
|
| 22 |
+
# git+https://github.com/giswqs/geemap
|