File tree Expand file tree Collapse file tree
src/ydata_profiling/visualisation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11scipy >= 1.4.1 , < 1.12
22pandas > 1.1 , < 2.1 , != 1.4.0
3- matplotlib >= 3.2 , <= 3.7.3
3+ matplotlib >= 3.2 , < 3.9
44pydantic >= 2
55PyYAML >= 5.0.0 , < 6.1
66jinja2 >= 2.11.1 , < 3.2
Original file line number Diff line number Diff line change 33from typing import Any
44
55import matplotlib
6- import matplotlib .cbook
76import seaborn as sns
87from pandas .plotting import (
98 deregister_matplotlib_converters ,
@@ -82,5 +81,5 @@ def manage_matplotlib_context() -> Any:
8281 finally :
8382 deregister_matplotlib_converters () # revert to original unit registries
8483 with warnings .catch_warnings ():
85- warnings .filterwarnings ("ignore" , category = matplotlib .cbook . mplDeprecation )
84+ warnings .filterwarnings ("ignore" , category = matplotlib .MatplotlibDeprecationWarning )
8685 matplotlib .rcParams .update (originalRcParams ) # revert to original rcParams
You can’t perform that action at this time.
0 commit comments