Skip to content

Commit 8fd267f

Browse files
AjayThorvegforsyth
authored andcommitted
add upper pin for bokeh
1 parent 57f31c3 commit 8fd267f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77
- nvidia
88
dependencies:
9-
- bokeh>=3.1
9+
- bokeh>=3.1,<=3.6.3
1010
- bokeh_sampledata
1111
- cuda-version=11.8
1212
- cudatoolkit

conda/environments/all_cuda-128_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77
- nvidia
88
dependencies:
9-
- bokeh>=3.1
9+
- bokeh>=3.1,<=3.6.3
1010
- bokeh_sampledata
1111
- cuda-version=12.8
1212
- cudf==25.4.*,>=0.0.0a0

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ dependencies:
203203
common:
204204
- output_types: [conda, requirements, pyproject]
205205
packages:
206-
- bokeh>=3.1
206+
- bokeh>=3.1,<=3.6.3
207207
- datashader>=0.15
208208
- geopandas>=0.11.0
209209
- shapely<2.1.0

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
license = { text = "Apache 2.0" }
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"bokeh>=3.1",
21+
"bokeh>=3.1,<=3.6.3",
2222
"cudf==25.4.*,>=0.0.0a0",
2323
"cupy-cuda11x>=12.0.0",
2424
"cuspatial==25.4.*,>=0.0.0a0",

0 commit comments

Comments
 (0)