2020-05-29 07:50:55 +00:00
|
|
|
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
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
|
2020-02-13 15:43:50 +00:00
|
|
|
- http://conda.anaconda.org/gurobi
|
2018-07-10 15:42:15 +00:00
|
|
|
dependencies:
|
|
|
|
- python
|
2019-05-26 08:24:42 +00:00
|
|
|
- pip
|
2020-09-11 13:43:14 +00:00
|
|
|
- pre-commit
|
2019-05-26 08:24:42 +00:00
|
|
|
|
2020-07-20 15:33:15 +00:00
|
|
|
- pypsa>=0.17.1
|
2020-06-08 10:28:18 +00:00
|
|
|
- atlite=0.0.3
|
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
|
2020-02-25 10:28:38 +00:00
|
|
|
- lxml
|
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
|
|
|
|
2020-09-11 13:43:14 +00:00
|
|
|
# Keep in conda environment when 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
|
2020-03-18 08:56:47 +00:00
|
|
|
- geopandas
|
2020-02-10 11:06:43 +00:00
|
|
|
- rasterio
|
|
|
|
- shapely
|
|
|
|
- libgdal
|
2018-08-17 08:42:56 +00:00
|
|
|
|
2020-02-13 15:43:50 +00:00
|
|
|
# Solvers
|
|
|
|
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
|
|
|
|
|
2018-07-10 15:42:15 +00:00
|
|
|
- pip:
|
2020-03-15 11:52:50 +00:00
|
|
|
- vresutils==0.3.1
|
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
|
2019-10-14 19:19:41 +00:00
|
|
|
- cdsapi
|