18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
26 inherit pname version;
27 hash = "sha256-90R1rmN5UdY/LuWDJnV/jU+c2fKkV89ClQcVAD4stgU=";
30 # upstream has an invalid pyproject.toml
31 # https://github.com/visgl/deck.gl/issues/8469
43 propagatedBuildInputs = [
48 optional-dependencies = {
59 pythonImportsCheck = [ "pydeck" ];
64 ] ++ optional-dependencies.jupyter;
66 # tries to start a jupyter server
67 disabledTests = [ "test_nbconvert" ];
70 homepage = "https://github.com/visgl/deck.gl/tree/master/bindings/pydeck";
71 description = "Large-scale interactive data visualization in Python";
72 maintainers = with maintainers; [ creator54 ];
73 license = licenses.asl20;