2018-07-10 15:42:15 +00:00
|
|
|
name: pypsa-eur
|
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
- bioconda
|
|
|
|
dependencies:
|
|
|
|
- python
|
2019-05-26 08:24:42 +00:00
|
|
|
- pip
|
|
|
|
|
2019-06-05 12:14:37 +00:00
|
|
|
- pypsa>=0.14
|
2019-05-26 08:24:42 +00:00
|
|
|
|
|
|
|
# Dependencies of the workflow itself
|
2018-07-10 15:42:15 +00:00
|
|
|
- xlrd
|
|
|
|
- scikit-learn
|
2018-12-10 17:34:22 +00:00
|
|
|
- pycountry
|
2019-05-26 08:24:42 +00:00
|
|
|
- seaborn
|
|
|
|
- snakemake-minimal
|
2019-06-05 12:14:37 +00:00
|
|
|
- memory_profiler
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2019-02-01 17:09:55 +00:00
|
|
|
# Second order dependencies which should really be deps of atlite
|
|
|
|
- xarray
|
|
|
|
- bottleneck
|
|
|
|
- toolz
|
|
|
|
- dask
|
|
|
|
- progressbar2
|
|
|
|
|
2018-08-17 08:42:56 +00:00
|
|
|
# Include ipython so that one does not inadvertently drop out of the conda
|
|
|
|
# environment by calling ipython
|
2018-07-10 15:42:15 +00:00
|
|
|
- ipython
|
2018-08-17 08:42:56 +00:00
|
|
|
|
|
|
|
# GIS dependencies have to come all from conda-forge
|
2019-05-26 08:24:42 +00:00
|
|
|
- conda-forge::cartopy
|
2018-08-17 08:42:56 +00:00
|
|
|
- conda-forge::fiona
|
|
|
|
- conda-forge::pyproj
|
|
|
|
- conda-forge::pyshp
|
|
|
|
- conda-forge::geopandas
|
|
|
|
- conda-forge::rasterio
|
|
|
|
- conda-forge::shapely
|
|
|
|
- conda-forge::libgdal
|
|
|
|
|
|
|
|
# The FRESNA/KIT stuff is not packaged for conda yet
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2019-10-17 07:56:24 +00:00
|
|
|
- vresutils>=0.3
|
2019-02-01 17:09:55 +00:00
|
|
|
- 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
|
|
|
|
#- git+https://github.com/FRESNA/powerplantmatching.git#egg=powerplantmatching
|