14 buildPythonPackage rec {
16 version = "2024.10.0";
19 disabled = pythonOlder "3.10";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-s5MvHp2OkomD3xNYzj9oKlVLMgHZDQRBJM6vgOAv1jQ=";
43 pythonImportsCheck = [ "xarray" ];
46 changelog = "https://github.com/pydata/xarray/blob/${src.rev}/doc/whats-new.rst";
47 description = "N-D labeled arrays and datasets in Python";
48 homepage = "https://github.com/pydata/xarray";
49 license = lib.licenses.asl20;
50 maintainers = with lib.maintainers; [