Skip to content

Commit aa00360

Browse files
committed
CI: euclid ERO notebook requires photutils 2.0+ which requires python 3.10+
1 parent a4e75d8 commit aa00360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/euclid_access/Euclid_ERO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ First, we import all necessary packages.
5353

5454
```{code-cell} ipython3
5555
# Uncomment the next line to install dependencies if needed.
56-
# !pip install tqdm numpy matplotlib astropy photutils astroquery>=0.4.10 sep>=1.4 firefly_client>=3.2
56+
# !pip install tqdm numpy matplotlib astropy photutils>=2.0 astroquery>=0.4.10 sep>=1.4 firefly_client>=3.2
5757
```
5858

5959
```{code-cell} ipython3

0 commit comments

Comments
 (0)