python312Packages.bokeh: fix build (add missing runtime dependency)
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user