We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacb374 commit 9f3669bCopy full SHA for 9f3669b
tutorials/parquet-catalog-demos/wise-allwise-catalog-demo.md
@@ -42,7 +42,8 @@ Each method accesses the parquet files a bit differently and is useful for diffe
42
## Imports
43
44
```{code-cell} ipython3
45
-!pip install -r requirements.txt
+# Uncomment the following if you have missing dependencies.
46
+# !pip install numpy pandas>=1.5.2 pyarrow>=10.0.1 matplotlib hpgeom astropy
47
```
48
49
0 commit comments