We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c248a1b + 3eb203f commit 78c4da5Copy full SHA for 78c4da5
.github/workflows/publish.yml
@@ -23,6 +23,7 @@ jobs:
23
python-version: '3.10'
24
cache: 'pip'
25
- run: pip install jupyter
26
+ - run: pip install -r requirements.txt
27
28
- name: Render and Publish
29
uses: quarto-dev/quarto-actions/publish@v2
requirements.txt
@@ -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