Skip to content

Commit

Permalink
Add base.txt deps to docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Dec 21, 2023
1 parent 1ba8928 commit 82f41da
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ channels:

dependencies:
- python = 3.12
# dependencies from base.txt
- click >= 8, < 9
- ipykernel < 7
- ipdb >= 0.13, < 0.14
- jinja2 >= 3, < 4
- jsonschema >= 4.17, < 4.19
- natsort >= 8, < 9
- netcdf4 >= 1.2, < 1.7
- numpy >= 1, < 2
- pandas >= 2.1.2, < 2.2
- pyomo >= 6.5, < 7
- pyparsing >= 3.0, < 3.1
- ruamel.yaml >= 0.17, < 0.18
- xarray >= 2023.10, < 2024.3
# dependencies for docs
- pip
- typing-extensions
- jsonschema2md = 1
Expand Down

0 comments on commit 82f41da

Please sign in to comment.