Skip to content

Commit

Permalink
take dust_attenuation back out ....
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Oct 25, 2024
1 parent 765990b commit c2ce7db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Installation instructions

.. code:: bash
$ pip install eazy[dust]
$ pip install eazy
$ pip install git+https://github.com/karllark/dust_attenuation.git
Demo
~~~~
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dependencies = [
]

[project.optional-dependencies]
dust = [
"dust_attenuation @ git+https://github.com/karllark/dust_attenuation.git",
]
# dust = [
# "dust_attenuation @ git+https://github.com/karllark/dust_attenuation.git",
# ]
docs = [
"sphinx",
"sphinx-astropy",
"toml",
"dust_attenuation @ git+https://github.com/karllark/dust_attenuation.git",
# "dust_attenuation @ git+https://github.com/karllark/dust_attenuation.git",
]
test = [
"flake8",
Expand Down

0 comments on commit c2ce7db

Please sign in to comment.