Skip to content

Commit

Permalink
MNT: Pin bokeh != 3.0.* due to regressed sizing_mode
Browse files Browse the repository at this point in the history
Fixes #803
  • Loading branch information
kernc committed Jan 21, 2025
1 parent 614d2e8 commit 8f2c1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
install_requires=[
'numpy >= 1.17.0',
'pandas >= 0.25.0, != 0.25.0',
'bokeh >= 1.4.0',
'bokeh >= 1.4.0, != 3.0.*',
],
extras_require={
'doc': [
Expand Down

0 comments on commit 8f2c1d2

Please sign in to comment.