AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.7k stars 196 forks source link

Seabon style in Matplotlib being deprecated #99

Closed thewchan closed 9 months ago

thewchan commented 10 months ago

Hi just wanted to check which Matplotlib version is being supported? The requirements in setup.py says >=3.3.3, but "seaborn" style which is set when importing AutoViz_Class tries to set the style to seaborn was deprecated since matplotlib 3.6 (see: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#seaborn-styles-renamed)

The error message I got was: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#seaborn-styles-renamed

AutoViML commented 10 months ago

Hi @thewchan 👍 Thanks for the catch! I have updated the setup.py and requirements.txt to put a range in matplotlib versions as follows:

matplotlib>=3.3.3, <3.6

Hope this helps, let me now Auto Vimal