Skip to content

Commit 8f2c1d2

Browse files
committed
MNT: Pin bokeh != 3.0.* due to regressed sizing_mode
Fixes #803
1 parent 614d2e8 commit 8f2c1d2

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',
36+
'bokeh >= 1.4.0, != 3.0.*',
3737
],
3838
extras_require={
3939
'doc': [

0 commit comments

Comments
 (0)