diff --git a/setup.py b/setup.py index e6958e3..0da168f 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", ], - install_requires=["astropy>=4.0", "numpy>=1.17", "scipy>=1.2", "matplotlib"], + install_requires=["astropy>=5.0", "numpy>=1.21", "scipy>=1.5,!=1.10", "matplotlib>=3.4"], python_requires=">=3.8", )