diff --git a/requirements/docs.yml b/requirements/docs.yml index e6a7fdd0..29e3765c 100644 --- a/requirements/docs.yml +++ b/requirements/docs.yml @@ -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