Skip to content

Commit 78c4da5

Browse files
authored
Merge pull request #23 from nsidc/add-requirements
add requirements.txt
2 parents c248a1b + 3eb203f commit 78c4da5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python-version: '3.10'
2424
cache: 'pip'
2525
- run: pip install jupyter
26+
- run: pip install -r requirements.txt
2627

2728
- name: Render and Publish
2829
uses: quarto-dev/quarto-actions/publish@v2

requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
jupyterlab
2+
matplotlib
3+
cartopy
4+
dask
5+
netCDF4
6+
bottleneck
7+
xarray
8+
rioxarray
9+
pandas
10+
pytest
11+
earthaccess
12+
h5py

0 commit comments

Comments
 (0)