diff --git a/setup.py b/setup.py index d2c781f..6b138fe 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ INSTALL_REQUIRES = [ 'numpy>=1.19.2', 'pandas>=1.0.3', - 'matplotlib>=3.3.4' + 'matplotlib>=3.3.4', 'scipy>=1.6.2', 'scikit-learn>=0.23.1', ]