Skip to content

Commit

Permalink
Merge pull request #35 from larrybradley/dust-deps
Browse files Browse the repository at this point in the history
Update installation of dust packages
  • Loading branch information
gbrammer authored Aug 21, 2023
2 parents 6b619d7 + df99418 commit f3eee26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
~~~~

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3eee26

Please sign in to comment.