python3Packages.numbagg: unbreak with pandas 3.0 (#537543)

This commit is contained in:
Martin Weinelt
2026-07-02 21:17:28 +00:00
committed by GitHub
@@ -56,6 +56,12 @@ buildPythonPackage rec {
pytestFlags = [ "--benchmark-disable" ];
disabledTests = [
# Uses outdated pandas API as an oracle
"nanargmin"
"nanargmax"
];
meta = {
description = "Fast N-dimensional aggregation functions with Numba";
homepage = "https://github.com/numbagg/numbagg";