diff --git a/requirements.txt b/requirements.txt index 075ca86..6401895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,8 +13,8 @@ # dustmaps # My clones of the dust modules -#git+https://github.com/gbrammer/dust_extinction.git -#git+https://github.com/gbrammer/dust_attenuation.git +git+https://github.com/gbrammer/dust_extinction.git +git+https://github.com/gbrammer/dust_attenuation.git # Needed for template smoothing, doesn't bring whole fsps distro # astro-sedpy diff --git a/setup.cfg b/setup.cfg index bf06b5a..dd066c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,8 +29,6 @@ install_requires = h5py astro-sedpy astro-prospector - dust_extinction @ git+https://github.com/gbrammer/dust_extinction.git - dust_attenuation @ git+https://github.com/gbrammer/dust_attenuation.git packages = find: include_package_data = True