Skip to content

Commit 6678a84

Browse files
authored
Pin ridgeplot to 0.1.25 (#228)
1 parent 341f889 commit 6678a84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/express-or-core.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def server(input, output, session):
262262
app = App(app_ui, server)
263263
264264
## file: requirements.txt
265-
ridgeplot
265+
ridgeplot==0.1.25
266266
```
267267

268268
:::

docs/user-interfaces.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _():
387387
ui.update_checkbox_group("time", selected=["Lunch", "Dinner"])
388388
389389
## file: requirements.txt
390-
ridgeplot
390+
ridgeplot==0.1.25
391391
```
392392

393393
:::

0 commit comments

Comments
 (0)