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

This commit is contained in:
K900
2025-04-10 20:00:13 +03:00
committed by GitHub
@@ -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