Skip to content

Commit 82c6efd

Browse files
committed
Update to use bokeh 3.9.0.dev4
1 parent 2feb91b commit 82c6efd

File tree

4 files changed

+2
-189
lines changed

4 files changed

+2
-189
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ jobs:
147147
opengl: true
148148
- name: PATCH # HACK: Should never be merged into main
149149
run: |
150-
pixi run -e ${{ matrix.environment }} bash scripts/no_pandas_bokeh.sh
151150
pixi run -e ${{ matrix.environment }} pip uninstall pandas -y
152151
- name: Test unit
153152
run: |

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
name = "panel"
3-
channels = ["pyviz/label/dev", "bokeh/label/rc", "conda-forge"]
3+
channels = ["pyviz/label/dev", "bokeh/label/dev", "conda-forge"] # HACK: Don't merge to main
44
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
55

66
[activation.env]
@@ -82,7 +82,7 @@ nomkl = "*"
8282
pip = "*"
8383
# Required
8484
bleach = "*"
85-
bokeh = ">=3.7.0,<3.9.0a0"
85+
bokeh = "==3.9.0.dev4" # HACK: Don't merge to main
8686
linkify-it-py = "*"
8787
markdown = "*"
8888
markdown-it-py = "*"

scripts/no_pandas_bokeh.diff

Lines changed: 0 additions & 171 deletions
This file was deleted.

scripts/no_pandas_bokeh.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)