diff --git a/setup.py b/setup.py index fe3f4aef7..dfd061e7a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ packages=setuptools.find_packages(), python_requires=">=3.9", install_requires=[ - "matplotlib<=3.5.3", + "matplotlib>=3.5.3", "numpy>=1.11.0", "pandas>=0.23.0", "vertica-highcharts>=0.1.2",