Skip to content

Commit 4d1ffa2

Browse files
committed
MNT: Pin bokeh != 3.2.*
Avoid error "gridplot got multiple values for keyword argument 'logo'". Refs: bokeh/bokeh#13369
1 parent 915bd09 commit 4d1ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)