From abe55bac3154311477f108861274b3e453bc2285 Mon Sep 17 00:00:00 2001 From: Catarina Alves Date: Mon, 24 Jan 2022 14:09:05 +0000 Subject: [PATCH] Fix deprecated and compatibility issues --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a8e7a98c..ed68a7b4 100644 --- a/setup.py +++ b/setup.py @@ -57,10 +57,10 @@ def run(self): exclude_package_data={'utils': ['archive/*']}, cmdclass={'install': ExtractExampleData}, install_requires=['astropy>=1.1.2', - 'matplotlib>=1.5.1', + 'matplotlib>=3.0.0', 'numpy>=1.18.4', 'scikit-learn', - 'scipy>=0.17.0', + 'scipy>=1.4.0', 'george>=0.3.0', 'iminuit', 'pandas>=0.23.0',