Skip to content

Commit

Permalink
upgrade pyodide and pyscript
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen committed Jan 4, 2025
1 parent d48c45f commit 0e60531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/io/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
PANEL_ROOT = pathlib.Path(__file__).parent.parent
BOKEH_VERSION = base_version(bokeh.__version__)
PY_VERSION = base_version(__version__)
PYODIDE_VERSION = 'v0.26.2'
PYSCRIPT_VERSION = '2024.8.1'
PYODIDE_VERSION = 'v0.27.0'
PYSCRIPT_VERSION = '2024.10.2'
WHL_PATH = DIST_DIR / 'wheels'
PANEL_LOCAL_WHL = WHL_PATH / f'panel-{__version__.replace("-dirty", "")}-py3-none-any.whl'
BOKEH_LOCAL_WHL = WHL_PATH / f'bokeh-{BOKEH_VERSION}-py3-none-any.whl'
Expand Down

0 comments on commit 0e60531

Please sign in to comment.