Skip to content
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

Update bokeh to 3.3.4 #4493

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ myst:
- Upgraded scikit-learn to 1.4.0 {pr}`4409`

- Upgraded `libproj` to 9.3.1, `pyproj` to 3.6.1, `h5py` to 3.10.0 {pr}`4426`,
`packaging` to 23.2, `typing-extensions` to 4.9 {pr}`4428`
`packaging` to 23.2, `typing-extensions` to 4.9 {pr}`4428`, `bokeh` to 3.3.4 {pr}`4493`

## Version 0.25.0

Expand Down
7 changes: 4 additions & 3 deletions packages/bokeh/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package:
name: bokeh
version: 3.2.2
version: 3.3.4
top-level:
- bokeh
requirements:
run:
- contourpy
- numpy
- Jinja2
- pandas
Expand All @@ -15,8 +16,8 @@ requirements:
- pyyaml
- xyzservices
source:
sha256: e31670a013e1ff15c3d4d04f587c8162c4cc9fe1af507fd741d295e6c4e1225b
url: https://files.pythonhosted.org/packages/84/60/33f23dbb15fcd785d6287bdd6fa8c9d836dacb40e21c14aad41a57a0ec0f/bokeh-3.2.2-py3-none-any.whl
sha256: ad7b6f89d0a7c2be01eff1db0ca24e2755ac41de14539db919a62e791809c309
url: https://files.pythonhosted.org/packages/39/ba/aefd7aacc9e086e2c7f3bb42e99cb8e2a8f24dcb4bf78519ef25a9102988/bokeh-3.3.4-py3-none-any.whl
about:
home: https://github.com/bokeh/bokeh
PyPI: https://pypi.org/project/bokeh
Expand Down