diff --git a/environment.docs.yaml b/environment.docs.yaml index 4b9d19c4..54a7e446 100644 --- a/environment.docs.yaml +++ b/environment.docs.yaml @@ -6,7 +6,6 @@ dependencies: #- python - pip - pypsa>=0.14 - - atlite # Dependencies of the workflow itself #- xlrd @@ -40,9 +39,10 @@ dependencies: # The FRESNA/KIT stuff is not packaged for conda yet - pip: - vresutils>=0.2.5 - - cdsapi - - powerplantmatching + - 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 - sphinx - sphinx_rtd_theme \ No newline at end of file diff --git a/environment.yaml b/environment.yaml index 8bde8edb..24600950 100644 --- a/environment.yaml +++ b/environment.yaml @@ -7,7 +7,6 @@ dependencies: - pip - pypsa>=0.14 - - atlite # Dependencies of the workflow itself - xlrd @@ -40,7 +39,8 @@ dependencies: - pip: - vresutils>=0.2.5 - - cdsapi - - powerplantmatching + - 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