From 63989d59932702ad3c7a0118d548927f09940cb5 Mon Sep 17 00:00:00 2001 From: Joe Filippazzo Date: Thu, 11 Aug 2022 02:01:47 -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 6ca0533d..3cf66757 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.1', + version='1.2.2', setup_requires=['setuptools_scm'], install_requires=['numpy', 'astropy', 'bokeh', 'emcee', 'pysynphot', 'scipy', 'astroquery', 'dustmaps', 'pandas','svo_filters', 'healpy'], include_package_data=True,