14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
22 inherit pname version;
23 hash = "sha256-oQXwJ5EILIiOviYiCQvq/y57aFcUiNYv5q/as1tLcX8=";
31 propagatedBuildInputs = [
43 # ModuleNotFoundError: No module named 'xarray.datatree_'
44 "--ignore xarray/tests/datatree"
47 pythonImportsCheck = [
52 description = "N-D labeled arrays and datasets in Python";
53 homepage = "https://github.com/pydata/xarray";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fridh ];