Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelshirley authored Apr 23, 2024
1 parent b4fc89e commit be73017
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@
README = f.read()

REQUIREMENTS = [
'numpy',
'astropy',
'pymoc',
'healpy',
'sfdmap2',
'seaborn'
'seaborn',
'matplotlib-venn',
'pyyaml',
'pyregion',
'humanfriendly'
]


Expand All @@ -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",
Expand Down

0 comments on commit be73017

Please sign in to comment.