python312Packages.bokeh: fix build (add missing runtime dependency)

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka
2025-04-10 12:52:12 -04:00
parent 6b77ed4b18
commit 6a65af671c
@@ -86,7 +86,6 @@ buildPythonPackage rec {
geckodriver
isort
json5
narwhals
nbconvert
networkx
psutil
@@ -113,6 +112,7 @@ buildPythonPackage rec {
pyyaml
tornado
xyzservices
narwhals
];
doCheck = false; # need more work