9 oldest-supported-numpy,
17 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-LgHu7mTgiL3n2lVaOhppdWfQiM0CFkK+6z6eBkLxmKY=";
30 oldest-supported-numpy
35 propagatedBuildInputs = [
47 disabledTests = [ "test_query_hexadecimal_strings" ];
49 disabledTestPaths = [ "docs/tutorial.rst" ];
51 pythonImportsCheck = [ "drms" ];
54 description = "Access HMI, AIA and MDI data with Python";
55 homepage = "https://github.com/sunpy/drms";
56 license = licenses.bsd2;