Skip to content

Commit

Permalink
Final (?) requirements fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Dec 22, 2023
1 parent dc863c0 commit ff535af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ dependencies:
- ruamel.yaml >= 0.17, < 0.18
- xarray >= 2023.10, < 2024.3
# dependencies for docs
- pip
- typing-extensions
- jsonschema2md = 1
- bottleneck
- jsonschema2md = 1
- mkdocs
- mkdocs-material
- mkdocs-material-extensions
- mkdocs-include-markdown-plugin
- mkdocs-click
- mkdocs-gen-files
- mkdocs-include-markdown-plugin
- mkdocs-jupyter
- mkdocs-click
- mkdocs-macros-plugin
- mkdocstrings
- mkdocstrings-python
- pip
- typing-extensions
- pip:
- mkdocs-material # Installation from conda-forge is broken: material.extensions missing
- "-e .." # Calliope from source to build CLI docs

0 comments on commit ff535af

Please sign in to comment.