Skip to content

Commit

Permalink
Ignore notebook 84
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 7, 2023
1 parent a44449b commit d0d9d85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/notebooks/85_gedi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"metadata": {},
"outputs": [],
"source": [
"# %pip install -U leafmap geopandas"
"# %pip install -U \"leafmap[vedtor]\""
]
},
{
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ plugins:
"notebooks/72_timelapse.ipynb",
"notebooks/75_segment_anything.ipynb",
"notebooks/80_solar.ipynb",
"notebooks/84_read_parquet.ipynb",
]

markdown_extensions:
Expand Down
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,15 @@
],
"sql": ["psycopg2", "sqlalchemy"],
"apps": ["streamlit-folium", "voila", "solara"],
"vector": ["geopandas", "osmnx", "pmtiles", "flask", "flask-cors", "lonboard"],
"vector": [
"geopandas",
"osmnx",
"pmtiles",
"flask",
"flask-cors",
"lonboard",
"mapclassify",
],
"pmtiles": ["pmtiles", "flask", "flask-cors"],
"ai": [
"geopandas",
Expand Down

0 comments on commit d0d9d85

Please sign in to comment.