13 buildPythonPackage rec {
14 pname = "python-imread";
20 sha256 = "0yb0fmy6ilh5fvbk69wl2bzqgss2g0951668mx8z9yyj4jhr1z2y";
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ nose libjpeg libpng libtiff libwebp ];
26 propagatedBuildInputs = [ numpy ];
29 description = "Python package to load images as numpy arrays";
30 homepage = "https://imread.readthedocs.io/en/latest/";
31 maintainers = with maintainers; [ luispedro ];
32 license = licenses.mit;
33 platforms = platforms.unix;