From 755b856cfe557cde9b6eb845b14afa365878faf0 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Thu, 22 Aug 2024 16:30:15 -0500 Subject: [PATCH] Pin pydeck to 0.8.0 (#195) --- docs/jupyter-widgets.qmd | 4 ++-- docs/overview.qmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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