summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--requirements_docs.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fa663c7..c4fffdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- python-version: 3.8
numpy: "numpy"
uncertainties: "uncertainties"
- extras: "sparse xarray netCDF4 dask[complete] graphviz babel==2.8"
+ extras: "sparse xarray pooch netCDF4 dask[complete] graphviz babel==2.8"
- python-version: 3.9
numpy: numpy
diff --git a/requirements_docs.txt b/requirements_docs.txt
index 248faa8..bbb3c35 100644
--- a/requirements_docs.txt
+++ b/requirements_docs.txt
@@ -9,6 +9,7 @@ jupyter_client
ipykernel
graphviz
xarray
+pooch
sparse
dask[complete]
setuptools>=41.2