From e17ccfec47c6c923293c4a535d1054f2d893eb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6rsch?= Date: Tue, 10 Jul 2018 17:42:15 +0200 Subject: [PATCH] Add environment.yaml file for conda --- environment.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 environment.yaml diff --git a/environment.yaml b/environment.yaml new file mode 100644 index 00000000..a0d6ac63 --- /dev/null +++ b/environment.yaml @@ -0,0 +1,36 @@ +name: pypsa-eur +channels: + - conda-forge + - bioconda +dependencies: + - python + - six + - snakemake + - numpy + - pyomo + - scipy + - pandas>=0.19.0 + - matplotlib + - seaborn + - memory_profiler + - networkx>=1.10 + - fiona + - pyproj + - pyshp + - geopandas + - rasterstats + - netcdf4 + - rasterio + - shapely + - xarray + - xlrd + - scikit-learn + - pytables + - ipython + - pip: + - git+https://github.com/PyPSA/PyPSA.git + - git+https://github.com/FRESNA/atlite.git + - git+https://github.com/FRESNA/vresutils.git + #- git+https://github.com/FRESNA/powerplantmatching.git + - https://software.ecmwf.int/wiki/download/attachments/56664858/ecmwf-api-client-python.tgz + - countrycode