Skip to content

Commit f94b20f

Browse files
committed
MNT: Bump bokeh >= 3.0.0 (for js_on_event)
Fixes #1282
1 parent da7d22b commit f94b20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
install_requires=[
3434
'numpy >= 1.17.0',
3535
'pandas >= 0.25.0, != 0.25.0',
36-
'bokeh >= 1.4.0, != 3.0.*, != 3.2.*',
36+
'bokeh >= 3.0.0, != 3.0.*, != 3.2.*',
3737
],
3838
extras_require={
3939
'doc': [

0 commit comments

Comments
 (0)