Skip to content

Commit

Permalink
add pydap-server dependencies to environment.yml (#9709)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Nov 4, 2024
1 parent 5fd50c5 commit 3723099
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ dependencies:
- pre-commit
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
- pydap
# start pydap server dependencies, can be removed if pydap-server is available
- gunicorn
- PasteDeploy
- docopt-ng
- Webob
- Jinja2
- beautifulsoup4
# end pydap server dependencies
- pytest
- pytest-cov
- pytest-env
Expand Down

0 comments on commit 3723099

Please sign in to comment.