From ea36cf988ca9fbf1eea86da490d502af15830596 Mon Sep 17 00:00:00 2001 From: Joe Filippazzo Date: Wed, 21 Sep 2022 10:50:35 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6c27115..40717b11 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): 'Topic :: Software Development :: Libraries :: Python Modules', ], packages=find_packages(exclude=["examples"]), - version='1.2.3', + version='1.2.4', setup_requires=['setuptools_scm'], install_requires=['numpy', 'astropy', 'bokeh', 'emcee', 'pysynphot', 'scipy', 'astroquery', 'dustmaps', 'pandas','svo_filters', 'healpy'], include_package_data=True,