43 buildPythonPackage rec {
45 version = "2024.11.0";
48 src = fetchFromGitHub {
51 rev = "refs/tags/v${version}";
52 hash = "sha256-QE+la7CB2xrbbIOUL/HtKRHUOGu19IyfDvjL6oucn7g=";
85 ] ++ dask.optional-dependencies.array;
94 pythonImportsCheck = [ "coffea" ];
97 # Requires internet access
98 # https://github.com/CoffeaTeam/coffea/issues/1094
102 __darwinAllowLocalNetworking = true;
105 description = "Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis";
106 homepage = "https://github.com/CoffeaTeam/coffea";
107 changelog = "https://github.com/CoffeaTeam/coffea/releases/tag/v${version}";
108 license = with lib.licenses; [ bsd3 ];
109 maintainers = with lib.maintainers; [ veprbl ];