python3-bokeh: fix dependencies

This commit is contained in:
Andrew J. Hesford 2025-03-21 21:14:02 -04:00
parent a98ebea184
commit fb0887ec7e

View file

@ -1,11 +1,12 @@
# Template file for 'python3-bokeh'
pkgname=python3-bokeh
version=3.7.0
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-colorama"
depends="python3-Jinja2 python3-contourpy python3-numpy python3-packaging
python3-pandas python3-Pillow python3-yaml python3-tornado python3-xyzservices"
python3-pandas python3-Pillow python3-yaml python3-tornado python3-narwhals
python3-xyzservices"
short_desc="Interactive data visualization in a browser, from Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"