From 1e717cc3400c3e6d8a2ca53b04ea91c88c975074 Mon Sep 17 00:00:00 2001 From: Binaya Dhakal Date: Mon, 24 Aug 2026 15:18:15 -0600 Subject: [PATCH] Ignore SciPy sparse matrix deprecation warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f31e3c350..2c0706c46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,6 +132,7 @@ filterwarnings = [ # https://github.com/dask/dask-expr/issues/945 '''ignore:dask_expr does not support the DataFrameIOFunction''', '''ignore:Please use `dok_matrix` from the `scipy\.sparse` namespace, the `scipy\.sparse\.dok` namespace is deprecated.:DeprecationWarning''', + '''ignore:\w+_matrix is being replaced by \w+_array\.:DeprecationWarning''', '''ignore:elementwise comparison failed. this will raise an error in the future:DeprecationWarning''', '''ignore:unclosed