Skip to content

Commit

Permalink
Pin ridgeplot to 0.1.25 (#228)
Browse files Browse the repository at this point in the history
cpsievert authored Oct 31, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 341f889 commit 6678a84
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/express-or-core.qmd
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@ def server(input, output, session):
app = App(app_ui, server)
## file: requirements.txt
ridgeplot
ridgeplot==0.1.25
```

:::
2 changes: 1 addition & 1 deletion docs/user-interfaces.qmd
Original file line number Diff line number Diff line change
@@ -387,7 +387,7 @@ def _():
ui.update_checkbox_group("time", selected=["Lunch", "Dinner"])
## file: requirements.txt
ridgeplot
ridgeplot==0.1.25
```

:::

0 comments on commit 6678a84

Please sign in to comment.