Skip to content

Commit

Permalink
Pin pydeck to 0.8.0 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Aug 22, 2024
1 parent 77dc624 commit 755b856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/jupyter-widgets.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 755b856

Please sign in to comment.