diff --git a/setup.py b/setup.py index 7a05152..86c5959 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "Topic :: Scientific/Engineering :: Astronomy" ], requires=["numpy", "scipy", "matplotlib", "astropy", "astroquery", - "tqdm", "regions", "pyphot", "PyAstronomy", "termcolor", + "tqdm", "regions", "PyAstronomy", "termcolor", "dustmaps", "pandas", "numba", "isochrones", "dynesty", "h5py", "tabulate"], package_data={'astroARIADNE': ['Datafiles']},