Skip to content

Commit

Permalink
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"url": "https://github.com/holoviz/panel.git"
},
"dependencies": {
"@bokeh/bokehjs": "3.5.0-rc.1",
"@bokeh/bokehjs": "3.5.0",
"@types/debounce": "^1.2.0",
"@types/gl-matrix": "^2.4.5",
"ace-code": "^1.24.1",
3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -22,12 +22,13 @@ lint = ["py311", "lint"]

[dependencies]
bleach = "*"
bokeh = "==3.5.0rc1"
bokeh = ">=3.5.0,<3.6.0"
linkify-it-py = "*"
markdown = "*"
markdown-it-py = "*"
mdit-py-plugins = "*"
nodejs = "*"
numpy = "<2.0" # Temporary pin until panel release with support for bokeh 3.5.0 is available
packaging = "*"
pandas = ">=1.2"
param = ">=2.1.0,<3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ requires = [
"hatchling",
"hatch-vcs",
"param >=2.1.0",
"bokeh ==3.5.0rc1",
"bokeh >=3.5.0,<3.6.0",
"pyviz_comms >=0.7.4",
"requests",
"packaging",
@@ -47,7 +47,7 @@ classifiers = [
]

dependencies = [
'bokeh ==3.5.0rc1',
'bokeh >=3.5.0,<3.6.0',
'param >=2.1.0,<3.0',
'pyviz_comms >=2.0.0',
'markdown',

0 comments on commit 88f2111

Please sign in to comment.