Skip to content

Commit 080f535

Browse files
committed
move mpl ignore up
1 parent c956313 commit 080f535

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ filterwarnings = [
261261
"error",
262262
# Umap warns when tensorflow isn’t installed.
263263
"ignore::ImportWarning:umap",
264+
# matplotlib<3.10.7 uses old pyparsing APIs
265+
"ignore::pyparsing.warnings.PyparsingDeprecationWarning",
264266
# seaborn≤0.13.2 causes some matplotlib warnings
265267
"ignore::PendingDeprecationWarning:seaborn",
266268
"ignore:vert.*bool was deprecated:matplotlib.MatplotlibDeprecationWarning:seaborn",
@@ -277,8 +279,6 @@ filterwarnings = [
277279
# we want to see and eventually fix these
278280
"default::numba.core.errors.NumbaPerformanceWarning",
279281
"default:.*TSNE.*random.*to.*pca:FutureWarning", # we should set init=obsm["X_pca"] or so
280-
# matplotlib <3.11 uses old pyparsing APIs
281-
"ignore::pyparsing.warnings.PyparsingDeprecationWarning",
282282
# igraph vs leidenalg warning
283283
"ignore:The `igraph` implementation of leiden clustering:UserWarning",
284284
# everybody uses this zarr 3 feature, including us, XArray, lots of data out there …

0 commit comments

Comments
 (0)