8000 Bump bokeh version to 3.3.1-rc.1 (#5837) · holoviz/panel@cc4c704 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc4c704

Browse files
authored
Bump bokeh version to 3.3.1-rc.1 (#5837)
1 parent f4a51e1 commit cc4c704

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.github/workflows/docs.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
DISPLAY: ":99.0"
3838
PANEL_IPYWIDGET: 1
3939
steps:
40-
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
40+
- uses: holoviz-dev/holoviz_tasks/install@v0.1a18
4141
with:
4242
name: doc_build
4343
python-version: "3.9"
@@ -53,7 +53,13 @@ jobs:
5353
if: steps.install.outputs.cache-hit != 'true'
5454
run: |
5555
conda activate test-environment
56-
pip install --use-deprecated=legacy-resolver pyecharts ipywidgets_bokeh==1.4.0.dev3
56+
pip install --use-deprecated=legacy-resolver pyecharts ipywidgets_bokeh==1.5.0
57+
- name: install bokeh-dev
58+
if: |
59+
(github.event_name == 'workflow_dispatch' && github.event.inputs.target == 'dev') ||
60+
(github.event_name == 'push' && (contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
61+
run: |
62+
pip install --pre --upgrade bokeh
5763
- name: bokeh sampledata
5864
run: |
5965
conda activate test-environment

panel/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/holoviz/panel.git"
99
},
1010
"dependencies": {
11-
"@bokeh/bokehjs": "~3.3.0",
11+
"@bokeh/bokehjs": "~3.3.1-rc.1",
1212
"@luma.gl/constants": "^8.0.3",
1313
"@types/debounce": "^1.2.0",
1414
"@types/gl-matrix": "^2.4.5",

0 commit comments

Comments
 (0)
0