Skip to content

Commit

Permalink
Add deps for owslib
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 21, 2023
1 parent 22324f4 commit 80fd65a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ ipython-genutils # implicit nbsphinx requirement? missing on CI
jinja2==3.0.3 # https://github.com/d2l-ai/d2l-book/issues/46#issuecomment-1262704457
nbconvert==6.4.2 # https://github.com/spatialaudio/nbsphinx/issues/466
OWSLib # needed by cartopy
pykdtree # needed by owslib
pypandoc-binary # https://stackoverflow.com/a/71585691/17332200
scipy # needed by owslimb
6 changes: 6 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ numpy==1.26.2
# contourpy
# matplotlib
# pandas
# pykdtree
# scipy
# seaborn
# shapely
owslib==0.29.3
Expand Down Expand Up @@ -165,6 +167,8 @@ pygments==2.17.2
# ipython
# nbconvert
# sphinx
pykdtree==1.3.10
# via -r requirements.in
pypandoc-binary==1.12
# via -r requirements.in
pyparsing==3.1.1
Expand Down Expand Up @@ -201,6 +205,8 @@ rpds-py==0.15.2
# via
# jsonschema
# referencing
scipy==1.11.4
# via -r requirements.in
seaborn==0.13.0
# via -r requirements.in
shapely==2.0.2
Expand Down

0 comments on commit 80fd65a

Please sign in to comment.