salilab / IHMValidation

Validation software for integrative models deposited to PDB
MIT License
2 stars 2 forks source link

Update plotting routines to work with bokeh 3.x #64

Open aozalevsky opened 1 year ago

aozalevsky commented 1 year ago

bokeh 3.x changes API, for instance https://github.com/salilab/IHMValidation/blob/c3bb0ef65f6104368a103ee429dcf264285ba936/master/pyext/src/validation/get_plots.py#L20 works in 2.4.3 but fails in 3.0.0

aozalevsky commented 1 year ago

according to the docs, CSS API (which is used in a couple of places) won't be stabilized until bokeh 3.1 so we should postpone the update until then.