bokeh / ipywidgets_bokeh

Allows embedding of Jupyter widgets in Bokeh applications.
BSD 3-Clause "New" or "Revised" License
24 stars 11 forks source link

Update dependencies #73

Closed ndmlny-qs closed 1 year ago

ndmlny-qs commented 1 year ago

The ipyvolume_camera.py file successfully loads when using Bokeh 2.4.3 and served with bokeh serve ipyvolume_camera.py

Resolves #72

ndmlny-qs commented 1 year ago

@mattpap if you approve the version changes, then I will clean up the PRs made by dependabot.

mattpap commented 1 year ago

@ndmlny-qs, thanks.

Switches from caret ranges to tilde ranges.

What's the reason for this? In bokehjs we use ~ for TypeScript, as it has breaking minor releases. Otherwise I don't recall other packages causing issues when using ^.