Skip to content

Commit

Permalink
python312Packages.dask-awkward: 2024.9.0 -> 2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 16, 2024
1 parent ed7012e commit a70944d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/development/python-modules/dask-awkward/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

buildPythonPackage rec {
pname = "dask-awkward";
version = "2024.9.0";
version = "2024.12.1";
pyproject = true;

src = fetchFromGitHub {
owner = "dask-contrib";
repo = "dask-awkward";
rev = "refs/tags/${version}";
hash = "sha256-4CwixPj0bJHVjnwZ7fPkRdiDHs8/IzvNlwSPynXvcAo=";
tag = version;
hash = "sha256-W/XN4myeZWvfLepzCs0dyHFEJD8mx32lqVj2Gi+lZ0E=";
};

build-system = [
Expand Down Expand Up @@ -75,12 +75,18 @@ buildPythonPackage rec {
"test_distance_behavior"
];

disabledTestPaths = [
# TypeError: Blockwise.__init__() got an unexpected keyword argument 'dsk'
# https://github.com/dask-contrib/dask-awkward/issues/557
"tests/test_str.py"
];

__darwinAllowLocalNetworking = true;

meta = {
description = "Native Dask collection for awkward arrays, and the library to use it";
homepage = "https://github.com/dask-contrib/dask-awkward";
changelog = "https://github.com/dask-contrib/dask-awkward/releases/tag/${version}";
changelog = "https://github.com/dask-contrib/dask-awkward/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ veprbl ];
};
Expand Down

0 comments on commit a70944d

Please sign in to comment.