Skip to content

Commit 6ebf7fc

Browse files
committed
CI: adding roman simulation to the testing and rendering
1 parent 8a0cc06 commit 6ebf7fc

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.binder/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# For the content of the tutorials
1+
# For the content of the tutorials, these packages are used directly or are
2+
# undeclared optional dependencies of functionalities we rely on
3+
#
24
tqdm
35
numpy>=1.24
46
matplotlib>=3.7
@@ -19,6 +21,8 @@ reproject
1921
photutils>=2.0
2022
fsspec
2123
sep>=1.4
24+
h5py
25+
requests
2226
# For supporting myst-based notebooks
2327
jupytext
2428
# Making admonotions look nice for the myst notebooks

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ tutorials/firefly/OpenUniverse2024Preview_Firefly
9191
9292
```
9393

94+
```{toctree}
95+
---
96+
maxdepth: 1
97+
caption: Roman Simulations
98+
---
99+
100+
tutorials/roman_simulations/roman_hlss_number_density.md
101+
102+
```
94103

95104
## Generally useful techniques
96105

0 commit comments

Comments
 (0)