-
Notifications
You must be signed in to change notification settings - Fork 250
/
environment.yaml
69 lines (63 loc) · 1.11 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0
name: pypsa-eur
channels:
- conda-forge
- bioconda
dependencies:
- python>=3.8
- pip
# Inhouse packages
- pypsa>=0.32
- atlite>=0.2.9
- linopy
- powerplantmatching>=0.5.15,<0.6
# Dependencies of the workflow itself
- dask
- xlrd
- openpyxl
- seaborn
- snakemake-minimal<8.25 # See https://github.com/snakemake/snakemake/issues/3202
- memory_profiler
- yaml
- pytables
- lxml
- numpy
- pandas>=2.1
- geopandas>=1
- xarray>=2023.11.0
- rioxarray
- netcdf4
- networkx
- scipy
- glpk
- shapely>=2.0
- pyscipopt
- scip!=9.2.0 # dependency of pyscipopt, temporary fix
- matplotlib
- proj
- fiona
- country_converter
- geopy
- tqdm
- pytz
- jpype1
- pyxlsb
- graphviz
- pre-commit
- geojson
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
- cartopy
- descartes
- rasterio==1.4.1
- libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10
- pip:
- gurobipy
- highspy<1.8
- tsam>=2.3.1
- snakemake-storage-plugin-http
- snakemake-executor-plugin-slurm
- snakemake-executor-plugin-cluster-generic