From be730171a2c68ac0f76e1e98501ccdb96ed2ce1d Mon Sep 17 00:00:00 2001 From: Raphael Shirley Date: Tue, 23 Apr 2024 10:28:43 +0200 Subject: [PATCH] Update setup.py --- setup.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd1e0cc..6e09864 100644 --- a/setup.py +++ b/setup.py @@ -10,11 +10,16 @@ README = f.read() REQUIREMENTS = [ + 'numpy', 'astropy', 'pymoc', 'healpy', 'sfdmap2', - 'seaborn' + 'seaborn', + 'matplotlib-venn', + 'pyyaml', + 'pyregion', + 'humanfriendly' ] @@ -29,7 +34,7 @@ setup( name="herschelhelp_internal", - version="1.0.2", + version="1.0.3", description="HELP project internal code", long_description=README, author="Yannick Roehlly",