Skip to content

Commit 1c8660c

Browse files
authored
Being more precise with version requirements
1 parent 77dc96c commit 1c8660c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tutorials/euclid_access/1_Euclid_intro_MER_images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Each MER image is approximately 1.47 GB. Downloading can take some time.
5050

5151
```{code-cell} ipython3
5252
# Uncomment the next line to install dependencies if needed.
53-
# !pip install numpy astropy>=6.0 matplotlib pyvo sep>=1.4 fsspec pandas
53+
# !pip install numpy astropy>=5.3 matplotlib pyvo sep>=1.4 fsspec pandas
5454
```
5555

5656
```{code-cell} ipython3
@@ -191,7 +191,7 @@ plt.imshow(im_mer_irsa[0:1200,0:1200], cmap='gray', origin='lower', norm=ImageNo
191191
colorbar = plt.colorbar()
192192
```
193193

194-
Uncomment the code below to an image of the full field of view of the MER mosaic.
194+
Uncomment the code below to plot an image of the entire field of view of the MER mosaic.
195195

196196
```{code-cell} ipython3
197197
# # Full MER mosaic, may take a minute for python to create this image

tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Other Euclid notebooks show how to use other data products released as part of E
4848

4949
```{code-cell} ipython3
5050
# Uncomment the next line to install dependencies if needed
51-
# !pip install matplotlib pandas astropy>=6.0 pyvo
51+
# !pip install matplotlib pandas astropy pyvo
5252
```
5353

5454
```{code-cell} ipython3

0 commit comments

Comments
 (0)