Skip to content

Commit 1df8ef0

Browse files
committed
Update content requirements file
1 parent 2e915b1 commit 1df8ef0

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ By the end of this tutorial, you will:
2929
## Install and Import required modules
3030

3131
```{code-cell} ipython3
32-
# Install libraries if necessary
33-
!pip install astropy matplotlib numpy pandas pyarrow s3fs scipy
32+
# Install libraries if necessary by uncommenting the following
33+
# !pip install astropy matplotlib numpy pandas pyarrow s3fs scipy
3434
```
3535

3636
```{code-cell} ipython3

tutorials/openuniversesims/openuniverse2024_roman_simulated_wideareasurvey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ By the end of this tutorial, you will learn how to do the following:
2727
## Install and Import required modules
2828

2929
```{code-cell} ipython3
30-
# Install libraries if necessary
31-
!pip install astropy numpy s3fs
30+
# Install libraries if necessary by uncommenting the following
31+
# !pip install astropy numpy s3fs
3232
```
3333

3434
```{code-cell} ipython3

tutorials/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
numpy
33
matplotlib
44
astropy
5-
pyvo
5+
pyvo>=1.5
66
scipy
7-
pyarrow
7+
pyarrow>=10.0.1
88
hpgeom
9-
pandas
9+
pandas>=1.5.2
1010
dask[distributed]
1111
psutil
12+
s3fs
1213
# For supporting myst-based notebooks
1314
jupytext

0 commit comments

Comments
 (0)