Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tutorial_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ scikit-learn
gdown
astro-sedpy
astro-prospector
dynesty<2
fsps
seaborn
regions
# For supporting myst-based notebooks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ starttime = time.time()
# Uncomment to install dependencies if needed.
# %pip install numpy pandas h5py matplotlib seaborn pyarrow gdown
# FSPS + Prospector + SEDPY+ dynasty are required for SED modeling
# If you have trouble installing FSPS, you can skip SED modeling.
# %pip install astro-prospector astro-sedpy "dynesty<2.0.0" fsps
```

Expand Down
Loading