diff --git a/environment.docs.yaml b/environment.docs.yaml index 2c04770c..4b9d19c4 100644 --- a/environment.docs.yaml +++ b/environment.docs.yaml @@ -6,6 +6,7 @@ dependencies: #- python - pip - pypsa>=0.14 + - atlite # Dependencies of the workflow itself #- xlrd @@ -41,8 +42,7 @@ dependencies: - vresutils>=0.2.5 - cdsapi - powerplantmatching - - git+https://github.com/PyPSA/atlite.git#egg=atlite - - git+https://github.com/FZJ-IEK3-VSA/glaes.git#egg=glaes + - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit - sphinx - sphinx_rtd_theme \ No newline at end of file diff --git a/environment.yaml b/environment.yaml index 12f52935..8bde8edb 100644 --- a/environment.yaml +++ b/environment.yaml @@ -7,6 +7,7 @@ dependencies: - pip - pypsa>=0.14 + - atlite # Dependencies of the workflow itself - xlrd @@ -41,6 +42,5 @@ dependencies: - vresutils>=0.2.5 - cdsapi - powerplantmatching - - git+https://github.com/PyPSA/atlite.git#egg=atlite - - git+https://github.com/FZJ-IEK3-VSA/glaes.git#egg=glaes + - git+https://github.com/PyPSA/glaes.git#egg=glaes - git+https://github.com/PyPSA/geokit.git#egg=geokit