Skip to content

Commit

Permalink
Fix dependency issue (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Apr 22, 2024
1 parent 02494c7 commit 3e6dbf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plugins:
execute: True
allow_errors: false
ignore: ["conf.py"]
execute_ignore: ["examples/emit.ipynb"]
execute_ignore: ["ignore.ipynb"]

markdown_extensions:
- admonition
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
geopandas
h5netcdf
hvplot
leafmap
localtileserver
netcdf4
numpy
rioxarray
s3fs
xarray

0 comments on commit 3e6dbf4

Please sign in to comment.