diff --git a/panel/index.html b/panel/index.html index 5640f24..13f3b96 100644 --- a/panel/index.html +++ b/panel/index.html @@ -36,7 +36,7 @@ - + diff --git a/panel/pyscript.toml b/panel/pyscript.toml index 4ba8b5e..46cc01c 100644 --- a/panel/pyscript.toml +++ b/panel/pyscript.toml @@ -1,3 +1,3 @@ name = "Simple Panel" description = "A basic Panel application to be used with PyScript." -packages = ["panel", "bokeh==3.2.2"] +packages = ["panel==1.3.8", "bokeh==3.2.2"] diff --git a/panel_deckgl/index.html b/panel_deckgl/index.html index 57c0705..197c61e 100644 --- a/panel_deckgl/index.html +++ b/panel_deckgl/index.html @@ -56,7 +56,7 @@ - + diff --git a/panel_deckgl/pyscript.toml b/panel_deckgl/pyscript.toml index 44ea60f..b838d98 100644 --- a/panel_deckgl/pyscript.toml +++ b/panel_deckgl/pyscript.toml @@ -1,3 +1,3 @@ name = "NYC Taxi Panel DeckGL" description = "A Panel application that uses the NYC Taxi dataset and DeckGL to generate a data visualisation on a map." -packages = ["bokeh==3.2.2", "numpy", "pandas", "panel"] +packages = ["bokeh==3.2.2", "numpy", "pandas", "panel==1.3.8"] diff --git a/panel_kmeans/index.html b/panel_kmeans/index.html index 4521cbc..556e97f 100644 --- a/panel_kmeans/index.html +++ b/panel_kmeans/index.html @@ -54,7 +54,7 @@ - +