From 4056ad7ad8fd34a874fbc7be0d4ec3b2a203f3a0 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 5 Jun 2019 14:14:37 +0200 Subject: [PATCH] environment.yaml: install pypsa and dependencies through conda-forge (#44) * environment.yaml: install pypsa and dependencies through conda-forge * environment.yaml: remove rasterstats + restore memory_profiler --- environment.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/environment.yaml b/environment.yaml index 91157983a..d5b46a247 100644 --- a/environment.yaml +++ b/environment.yaml @@ -6,17 +6,7 @@ dependencies: - python - pip - # Dependencies of PyPSA - - six - - numpy - - pyomo - - scipy - - pandas>=0.22.0 - - matplotlib - - memory_profiler - - networkx>=1.10 - - netcdf4 - - pytables + - pypsa>=0.14 # Dependencies of the workflow itself - xlrd @@ -24,6 +14,7 @@ dependencies: - pycountry - seaborn - snakemake-minimal + - memory_profiler # Second order dependencies which should really be deps of atlite - xarray @@ -42,14 +33,12 @@ dependencies: - conda-forge::pyproj - conda-forge::pyshp - conda-forge::geopandas - - conda-forge::rasterstats - conda-forge::rasterio - conda-forge::shapely - conda-forge::libgdal # The FRESNA/KIT stuff is not packaged for conda yet - pip: - - pypsa>=0.14 - vresutils>=0.2.5 - git+https://github.com/FRESNA/atlite.git#egg=atlite - git+https://github.com/PyPSA/glaes.git#egg=glaes