Skip to content

Commit

Permalink
specify mpl_scatter_density only
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Nov 25, 2024
1 parent 6ed0bb4 commit 29c0b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ filterwarnings = [
"ignore::DeprecationWarning:asteval",
"ignore:::specutils.spectra.spectrum1d",
# Remove the following line once https://github.com/astrofrog/mpl-scatter-density/issues/46 is addressed
"ignore:pkg_resources is deprecated as an API:DeprecationWarning",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:mpl_scatter_density",
# Ignore numpy 2.0 warning, see https://github.com/astropy/astropy/pull/15495
# and https://github.com/scipy/scipy/pull/19275
"ignore:.*numpy\\.core.*:DeprecationWarning",
Expand Down

0 comments on commit 29c0b31

Please sign in to comment.