mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
python3.pkgs.pydeck: add missing build dependencies
This commit is contained in:
parent
cc05774b30
commit
75e94e346b
@ -4,6 +4,7 @@
|
||||
, ipykernel
|
||||
, ipywidgets
|
||||
, jinja2
|
||||
, jupyter
|
||||
, numpy
|
||||
, pandas
|
||||
, pytestCheckHook
|
||||
@ -26,6 +27,8 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
jinja2
|
||||
jupyter
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user