8 , oldest-supported-numpy
16 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-fH290QRhhglkhkMrpwHUkqVuYvZ6w/MDIYo9V0queVY=";
29 oldest-supported-numpy
34 propagatedBuildInputs = [
47 "test_query_hexadecimal_strings"
54 pythonImportsCheck = [ "drms" ];
57 description = "Access HMI, AIA and MDI data with Python";
58 homepage = "https://github.com/sunpy/drms";
59 license = licenses.bsd2;
60 maintainers = with maintainers; [ ];