Skip to content

Commit

Permalink
Bump bokeh version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 29, 2023
1 parent 6ce21fc commit 1ec8788
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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

0 comments on commit 1ec8788

Please sign in to comment.