From 886e6234cef44f7f9f35e8f75f8b467ff9f4be59 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 9 Oct 2019 10:47:24 -0400 Subject: [PATCH] reverse environment update --- environment.docs.yaml | 6 +++--- environment.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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