Skip to content

Commit 997647a

Browse files
committed
Fix CI: pin panel-material-ui >=0.9.1 (0.9.2 not yet released)
1 parent 89082ff commit 997647a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lint = ["py312", "lint"]
2020
[dependencies]
2121
bokeh = "*"
2222
holoviews = ">=1.17.0"
23-
panel-material-ui = ">=0.9.2"
23+
panel-material-ui = ">=0.9.1"
2424
hvplot = "*"
2525
intake = "<2"
2626
jinja2 = ">3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"pandas",
4343
"panel >=1.7.5",
4444
"panel-graphic-walker[kernel] >=0.6.4",
45-
"panel-material-ui >=0.9.2",
45+
"panel-material-ui >=0.9.1",
4646
"panel-splitjs >=0.3.2",
4747
"param >=2.2.1",
4848
"pyarrow",

0 commit comments

Comments
 (0)