python312Packages.dask-awkward: 2025.2.0 -> 2025.3.0 (#391900)
Diff: https://github.com/dask-contrib/dask-awkward/compare/refs/tags/2025.2.0...2025.3.0 Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2025.3.0
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
pyarrow,
|
||||
|
||||
# tests
|
||||
dask-histogram,
|
||||
distributed,
|
||||
hist,
|
||||
pandas,
|
||||
@@ -27,14 +26,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dask-awkward";
|
||||
version = "2025.2.0";
|
||||
version = "2025.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dask-contrib";
|
||||
repo = "dask-awkward";
|
||||
tag = version;
|
||||
hash = "sha256-hhAY2cPUOYnP86FGsLvxlMeoEwY+sTrjPMKyuZrO0/M=";
|
||||
hash = "sha256-z4dRGNoqwIEOwaz5U0DqCh/chZtopiLNvvvfl0bJxxI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -75,12 +74,6 @@ 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 = {
|
||||
|
||||
Reference in New Issue
Block a user