diff --git a/docs/jupyter-widgets.qmd b/docs/jupyter-widgets.qmd index 89e0942..b7f412b 100644 --- a/docs/jupyter-widgets.qmd +++ b/docs/jupyter-widgets.qmd @@ -35,7 +35,7 @@ Then, install the ipywidgets that you'd like to use. For this article, we'll need the following: ```bash -pip install altair bokeh plotly pydeck ipyleaflet +pip install altair bokeh plotly ipyleaflet pydeck==0.8.0 ``` ## Get started {#get-started} @@ -182,7 +182,7 @@ def map(): # Combined all of it and render a viewport return pdk.Deck(layers=[layer], initial_view_state=view_state) ## file: requirements.txt -pydeck +pydeck==0.8.0 ``` ##### Other diff --git a/docs/overview.qmd b/docs/overview.qmd index 976fda7..fc3d1cd 100644 --- a/docs/overview.qmd +++ b/docs/overview.qmd @@ -269,7 +269,7 @@ def map(): # Combined all of it and render a viewport return pdk.Deck(layers=[layer], initial_view_state=view_state) ## file: requirements.txt -pydeck +pydeck==0.8.0 ``` ##### Other