From baff3c8300d91d0f98ea399d1b83fd060370ef59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Sun, 10 Nov 2024 10:21:58 +0100 Subject: [PATCH] compat: Dask 2024.11 (#6446) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 48e84e3d21..d175cec6ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,6 +126,8 @@ filterwarnings = [ "ignore: Jitify is performing a one-time only warm::cupy", # OK, # 2024-10 "ignore::ResourceWarning", + # 2024-11 + "ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146 ] [tool.coverage]