Skip to content

Commit 6cf273d

Browse files
committed
add dep
1 parent aa3277d commit 6cf273d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

SpectralCubeReprojectExample.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"outputs": [],
6666
"source": [
6767
"import numpy as np\n",
68-
"from astropy.utils.data import download_file"
68+
"from astropy.utils.data import download_file\n",
69+
"import astroquery"
6970
]
7071
},
7172
{

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
astropy
2+
astroquery
23
dask
34
ipydatagrid
45
numpy

0 commit comments

Comments
 (0)