nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3.pkgs.pydeck: add missing build dependencies

+3
+3
pkgs/development/python-modules/pydeck/default.nix
··· 4 4 , ipykernel 5 5 , ipywidgets 6 6 , jinja2 7 + , jupyter 7 8 , numpy 8 9 , pandas 9 10 , pytestCheckHook ··· 27 26 }; 28 27 29 28 nativeBuildInputs = [ 29 + jinja2 30 + jupyter 30 31 setuptools 31 32 wheel 32 33 ];