From df99418840a7ca98d25afaabbe568e451938b0e3 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Fri, 21 Jul 2023 12:57:14 -0400 Subject: [PATCH] Update install instructions for dust_attenuation --- README.rst | 9 ++++++--- setup.cfg | 3 +-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 27187129..fbe859e6 100644 --- a/README.rst +++ b/README.rst @@ -3,14 +3,14 @@ .. image:: https://badge.fury.io/py/eazy.svg :target: https://badge.fury.io/py/eazy - + .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5012705.svg :target: https://doi.org/10.5281/zenodo.5012705 - + eazy-py: Pythonic photometric redshift tools based on EAZY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - + Under heavy construction.... Documentation will be here: https://eazy-py.readthedocs.io/, though it's essentially just the module API for now. @@ -27,6 +27,9 @@ Installation instructions pip install eazy + # Forked dependencies that are not yet released on PyPI + pip install git+https://github.com/gbrammer/dust_attenuation.git + Demo ~~~~ diff --git a/setup.cfg b/setup.cfg index 17ed21c0..2b65d99b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,8 +28,7 @@ install_requires = tqdm h5py astro-sedpy>=0.3 - dust_attenuation @ git+https://github.com/karllark/dust_attenuation#egg=dust_attenuation - dust_extinction @ git+https://github.com/gbrammer/dust_extinction.git#egg=dust_extinction + dust_extinction packages = find: include_package_data = True