Skip to content

Commit 9f3669b

Browse files
committed
Spelling out dependency install in notebook
1 parent cacb374 commit 9f3669b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Each method accesses the parquet files a bit differently and is useful for diffe
4242
## Imports
4343

4444
```{code-cell} ipython3
45-
!pip install -r requirements.txt
45+
# Uncomment the following if you have missing dependencies.
46+
# !pip install numpy pandas>=1.5.2 pyarrow>=10.0.1 matplotlib hpgeom astropy
4647
```
4748

4849
```{code-cell} ipython3

0 commit comments

Comments
 (0)