11 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-CejgiCiW7an1GpKB5MUiA1Alkigv3RmfTq0um9pc93E=";
22 propagatedBuildInputs = [ ipython matplotlib numpy pillow ];
24 pythonImportsCheck = [ "mediapy" ];
27 description = "Read/write/show images and videos in an IPython notebook";
28 homepage = "https://github.com/google/mediapy";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ mcwitt ];