61 lines
812 B
YAML
61 lines
812 B
YAML
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: pypsa-eur
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
dependencies:
|
|
- python>=3.8
|
|
- pip
|
|
|
|
- pypsa>=0.21.3
|
|
- atlite>=0.2.9
|
|
- dask
|
|
|
|
# Dependencies of the workflow itself
|
|
- xlrd
|
|
- openpyxl
|
|
- pycountry
|
|
- seaborn
|
|
- snakemake-minimal
|
|
- memory_profiler
|
|
- yaml
|
|
- pytables
|
|
- lxml
|
|
- powerplantmatching>=0.5.4
|
|
- numpy<1.24
|
|
- pandas>=1.4
|
|
- geopandas>=0.11.0
|
|
- xarray
|
|
- netcdf4
|
|
- networkx
|
|
- scipy
|
|
- shapely>=2.0
|
|
- progressbar2
|
|
- pyomo
|
|
- matplotlib<3.6
|
|
- proj
|
|
- fiona
|
|
- country_converter
|
|
|
|
# Keep in conda environment when calling ipython
|
|
- ipython
|
|
|
|
# GIS dependencies:
|
|
- cartopy
|
|
- descartes
|
|
- rasterio!=1.2.10
|
|
|
|
# PyPSA-Eur-Sec Dependencies
|
|
- geopy
|
|
- tqdm
|
|
- pytz
|
|
- tabula-py
|
|
- pyxlsb
|
|
|
|
- pip:
|
|
- vresutils>=0.3.1
|
|
- tsam>=1.1.0
|