diff --git a/environment.docs.yaml b/environment.docs.yaml index 6d9e5c98..aa2728e3 100644 --- a/environment.docs.yaml +++ b/environment.docs.yaml @@ -14,6 +14,7 @@ dependencies: - seaborn #- snakemake-minimal - memory_profiler + - yaml # Second order dependencies which should really be deps of atlite - xarray @@ -42,7 +43,7 @@ dependencies: - git+https://github.com/FRESNA/atlite.git#egg=atlite - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit - #- cdsapi - #- powerplantmatching + - cdsapi + - powerplantmatching - sphinx - sphinx_rtd_theme \ No newline at end of file diff --git a/environment.yaml b/environment.yaml index d622578e..01c74d30 100644 --- a/environment.yaml +++ b/environment.yaml @@ -15,6 +15,7 @@ dependencies: - seaborn - snakemake-minimal - memory_profiler + - yaml # Second order dependencies which should really be deps of atlite - xarray @@ -42,5 +43,5 @@ dependencies: - git+https://github.com/FRESNA/atlite.git#egg=atlite - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit - #- cdsapi - #- powerplantmatching + - cdsapi + - powerplantmatching