pypsa-eur/envs/environment.yaml

62 lines
1.1 KiB
YAML
Raw Normal View History

# 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:
- conda-forge
- bioconda
- http://conda.anaconda.org/gurobi
2018-07-10 15:42:15 +00:00
dependencies:
- python
- pip
2020-09-11 13:43:14 +00:00
- pre-commit
- mamba # esp for windows build
- pypsa>=0.17.1
2020-06-08 10:28:18 +00:00
- atlite=0.0.3
# Dependencies of the workflow itself
2018-07-10 15:42:15 +00:00
- xlrd
- openpyxl
2018-07-10 15:42:15 +00:00
- scikit-learn
- pycountry
- seaborn
- snakemake-minimal
- memory_profiler
2019-10-14 19:19:41 +00:00
- yaml
2019-10-28 11:02:33 +00:00
- pytables
- lxml
- powerplantmatching>=0.4.8
- numpy<=1.19.0 # otherwise macos fails
# Second order dependencies which should really be deps of atlite
- xarray
2019-10-28 14:08:53 +00:00
- netcdf4
- bottleneck
- toolz
- dask
- progressbar2
- pyyaml>=5.1.0
2020-09-11 13:43:14 +00:00
# Keep in conda environment when calling ipython
2018-07-10 15:42:15 +00:00
- ipython
# GIS dependencies:
- cartopy
- fiona
- proj
- pyshp
- geopandas
- rasterio
- shapely
- libgdal<=3.0.4
- descartes
2018-07-10 15:42:15 +00:00
- pip:
- vresutils==0.3.1
- tsam>=1.1.0
2019-10-03 14:54:22 +00:00
- git+https://github.com/PyPSA/glaes.git#egg=glaes
- git+https://github.com/PyPSA/geokit.git#egg=geokit
2019-10-14 19:19:41 +00:00
- cdsapi