After doing pip install astroARIADNE, there are several missing packages:
ModuleNotFoundError: No module named 'extinction'
ModuleNotFoundError: No module named 'isochrones'
ModuleNotFoundError: No module named 'termcolor'
ModuleNotFoundError: No module named 'dynesty'
ModuleNotFoundError: No module named 'pyphot'
ModuleNotFoundError: No module named 'regions'
After doing
pip install astroARIADNE
, there are several missing packages:These should probably be added to
setup.py
?