forked from PyPSA/pypsa-ariadne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
68 lines (61 loc) · 937 Bytes
/
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
name: pypsa-ariadne
channels:
- conda-forge
- bioconda
- gurobi
dependencies:
- python>=3.8
- pip
- atlite>=0.2.9
- pypsa>=0.28.0
- linopy
- dask
# Dependencies of the workflow itself (see pypsa-eur)
- xlrd
- openpyxl!=3.1.1
- pycountry
- seaborn
- snakemake-minimal>=8.11
- memory_profiler
- yaml
- pytables
- lxml
- powerplantmatching>=0.5.11
- numpy
- pandas>=2.1
- geopandas>=0.11.0
- xarray>=2023.11.0
- rioxarray
- netcdf4
- networkx
- scipy
- glpk
- shapely>=2.0
- pyscipopt
- matplotlib
- proj
- fiona
- country_converter
- geopy
- tqdm
- pytz
- tabula-py
- pyxlsb
- graphviz
- pre-commit
# Ariadne specific
- pyam>=2.0
- ruamel.yaml
- gurobi
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
- cartopy
- descartes
- rasterio!=1.2.10
- pip:
- tsam>=2.3.1
- snakemake-storage-plugin-http
- snakemake-executor-plugin-slurm
- snakemake-executor-plugin-cluster-generic
- highspy