-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating bokeh code to support 3.4.0+ #826
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (4)
- conda/conda-reqs.txt: Language not supported
- requirements-all.txt: Language not supported
- msticpy/vis/matrix_plot.py: Evaluated as low risk
- msticpy/vis/timeline_values.py: Evaluated as low risk
Comments suppressed due to low confidence (1)
tools/create_reqs_all.py:210
- The print statement could be more informative. Consider changing it to: print("Differences found between setup.py + requirements.txt and requirements-all.txt:")
print("Differences found for setup.py + requirements.txt", "vs. requirements-all.txt",)
…/microsoft/msticpy into ianhelle/bokeh-update-2025-02-06
… and network_plot.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would modify the computation of _BOKEH_VERSION and comparison, but apart from that it looks of for me!
Main fixes were changes to Circle and plot.circle to use "radius" vs. "size" for the node size.
Also, updated bokeh to >=3.4.0+ in the requirements files.
Moved panel to be a core dependency.