datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

fix: remove deprecated matplotlib parameter #197

Closed mbelak-dtml closed 9 months ago

mbelak-dtml commented 10 months ago

Also adds a version constraint on matplotlib to use the minimum version where the parameter is not needed anymore. See https://stackoverflow.com/a/61403653 We do not consider this change as breaking since the minimum version which is now required is over 3 years old.