We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0cc06 commit 6ebf7fcCopy full SHA for 6ebf7fc
2 files changed
.binder/requirements.txt
@@ -1,4 +1,6 @@
1
-# For the content of the tutorials
+# For the content of the tutorials, these packages are used directly or are
2
+# undeclared optional dependencies of functionalities we rely on
3
+#
4
tqdm
5
numpy>=1.24
6
matplotlib>=3.7
@@ -19,6 +21,8 @@ reproject
19
21
photutils>=2.0
20
22
fsspec
23
sep>=1.4
24
+h5py
25
+requests
26
# For supporting myst-based notebooks
27
jupytext
28
# Making admonotions look nice for the myst notebooks
index.md
@@ -91,6 +91,15 @@ tutorials/firefly/OpenUniverse2024Preview_Firefly
91
92
```
93
94
+```{toctree}
95
+---
96
+maxdepth: 1
97
+caption: Roman Simulations
98
99
+
100
+tutorials/roman_simulations/roman_hlss_number_density.md
101
102
+```
103
104
## Generally useful techniques
105
0 commit comments