python3Packages.numbagg: unbreak with pandas 3.0

This commit is contained in:
Yaroslav Bolyukin
2026-07-01 20:55:49 +02:00
parent 9a4eaa6227
commit 9af198a62f
@@ -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";