7 , oldest-supported-numpy
12 buildPythonPackage rec {
13 pname = "casa-formats-io";
18 inherit pname version;
19 hash = "sha256-EOX+tal9nrON2K7mHVYSTTxja6mu2k3Bag8bhL3JHJs=";
23 oldest-supported-numpy
28 propagatedBuildInputs = [ astropy dask numpy ];
30 # Tests require a large (800 Mb) dataset
33 pythonImportsCheck = [ "casa_formats_io" ];
36 description = "Dask-based reader for CASA data";
37 homepage = "https://casa-formats-io.readthedocs.io/";
38 license = lib.licenses.lgpl2Only;
39 maintainers = with lib.maintainers; [ smaret ];