From 4cbd3624ae79f5db55907b0a172df3aca4f79b99 Mon Sep 17 00:00:00 2001 From: Raphael Shirley Date: Tue, 23 Apr 2024 10:42:29 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b788c9c..f9044cd 100644 --- a/setup.py +++ b/setup.py @@ -34,12 +34,13 @@ setup( name="herschelhelp_internal", - version="1.0.4", + version="1.0.5", description="HELP project internal code", long_description=README, author="Yannick Roehlly", author_email="yannick.roehlly@lam.fr", license='MIT', + setup_requires=['numpy'], install_requires=REQUIREMENTS, package_data={ 'herschelhelp_internal/sfd_data': ['*.fits'],