2018-07-10 15:42:15 +00:00
|
|
|
name: pypsa-eur
|
|
|
|
channels:
|
2020-02-10 11:06:43 +00:00
|
|
|
- defaults
|
2018-07-10 15:42:15 +00:00
|
|
|
- conda-forge
|
|
|
|
- bioconda
|
|
|
|
dependencies:
|
|
|
|
- python
|
2019-05-26 08:24:42 +00:00
|
|
|
- pip
|
|
|
|
|
2020-02-10 11:06:43 +00:00
|
|
|
# - pypsa>=0.16 # until PyPSA/a3c0991 released
|
2019-10-28 11:02:33 +00:00
|
|
|
- atlite
|
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
|
2019-10-14 19:19:41 +00:00
|
|
|
- yaml
|
2019-10-28 11:02:33 +00:00
|
|
|
- pytables
|
2019-11-28 07:22:52 +00:00
|
|
|
- powerplantmatching>=0.4.3
|
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
|
2019-10-28 14:08:53 +00:00
|
|
|
- netcdf4
|
2019-02-01 17:09:55 +00:00
|
|
|
- bottleneck
|
|
|
|
- toolz
|
|
|
|
- dask
|
|
|
|
- progressbar2
|
2019-11-19 18:36:28 +00:00
|
|
|
- pyyaml>=5.1.0
|
2019-02-01 17:09:55 +00:00
|
|
|
|
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
|
|
|
|
2020-02-10 11:06:43 +00:00
|
|
|
# GIS dependencies:
|
|
|
|
- cartopy
|
|
|
|
- fiona
|
|
|
|
- proj
|
|
|
|
- pyshp
|
|
|
|
- geopandas
|
|
|
|
- rasterio
|
|
|
|
- shapely
|
|
|
|
- libgdal
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2019-11-08 15:47:39 +00:00
|
|
|
- git+https://github.com/FRESNA/vresutils.git#egg=vresutils
|
2019-10-03 14:54:22 +00:00
|
|
|
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
2019-02-01 17:09:55 +00:00
|
|
|
- git+https://github.com/PyPSA/geokit.git#egg=geokit
|
2020-02-10 11:06:43 +00:00
|
|
|
- git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until PyPSA/a3c0991 released
|
2019-10-14 19:19:41 +00:00
|
|
|
- cdsapi
|