Skip to content

Commit

Permalink
Bump bokeh version to 3.3.1-rc.1 (#5837)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Nov 8, 2023
1 parent f4a51e1 commit cc4c704
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
DISPLAY: ":99.0"
PANEL_IPYWIDGET: 1
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
- uses: holoviz-dev/holoviz_tasks/install@v0.1a18
with:
name: doc_build
python-version: "3.9"
Expand All @@ -53,7 +53,13 @@ jobs:
if: steps.install.outputs.cache-hit != 'true'
run: |
conda activate test-environment
pip install --use-deprecated=legacy-resolver pyecharts ipywidgets_bokeh==1.4.0.dev3
pip install --use-deprecated=legacy-resolver pyecharts ipywidgets_bokeh==1.5.0
- name: install bokeh-dev
if: |
(github.event_name == 'workflow_dispatch' && github.event.inputs.target == 'dev') ||
(github.event_name == 'push' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: |
pip install --pre --upgrade bokeh
- name: bokeh sampledata
run: |
conda activate test-environment
Expand Down
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.3.0",
"@bokeh/bokehjs": "~3.3.1-rc.1",
"@luma.gl/constants": "^8.0.3",
"@types/debounce": "^1.2.0",
"@types/gl-matrix": "^2.4.5",
Expand Down

0 comments on commit cc4c704

Please sign in to comment.