Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump bokeh version to 3.2 #5185

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 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
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/holoviz/panel.git"
},
"dependencies": {
"@bokeh/bokehjs": "~3.1.1",
"@bokeh/bokehjs": "~3.2.0",
"@luma.gl/constants": "^8.0.3",
"@types/debounce": "^1.2.0",
"@types/gl-matrix": "^2.4.5",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [
"param >=1.9.2",
"pyct >=0.4.4",
"setuptools >=42",
"bokeh >=3.1.1,<3.2.0",
"bokeh >=3.1.1,<3.3.0",
"pyviz_comms >=0.7.4",
"requests",
"bleach",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def run(self):
########## dependencies ##########

install_requires = [
'bokeh >=3.1.1,<3.2.0',
'bokeh >=3.1.1,<3.3.0',
'param >=1.12.0',
'pyviz_comms >=0.7.4',
'xyzservices >=2021.09.1', # Bokeh dependency, but pyodide 23.0.0 does not always pick it up
Expand Down Expand Up @@ -218,7 +218,7 @@ def run(self):
'setuptools >=42',
'requests',
'packaging',
'bokeh >=3.1.1,<3.2.0',
'bokeh >=3.1.1,<3.3.0',
'pyviz_comms >=0.7.4',
'bleach',
'tqdm >=4.48.0',
Expand Down
Loading