14 buildPythonPackage rec {
22 hash = "sha256-GiWpA128GuLlbBW1CQQHHVVeoZfu9Yyh2RFzSdtHDbc=";
37 propagatedBuildInputs = [ numpy ];
44 # verbose build outputs needed to debug hard-to-reproduce hydra failures
49 pythonImportsCheck = [
56 export OMP_NUM_THREADS=1
60 description = "Python package to load images as numpy arrays";
61 homepage = "https://imread.readthedocs.io/en/latest/";
62 maintainers = with maintainers; [ luispedro ];
63 license = licenses.mit;
64 platforms = platforms.unix;