From 31bee7da6554ac0fb42a54fdbbd6fa68a561a87e Mon Sep 17 00:00:00 2001 From: cosimoNigro Date: Thu, 4 Jan 2024 17:02:07 +0100 Subject: [PATCH] tried to fix dependenies to make tests pass --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )