-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
67 lines (59 loc) · 1.14 KB
/
Copy pathenvironment.yml
File metadata and controls
67 lines (59 loc) · 1.14 KB
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
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: MIT
name: envOne
channels:
- conda-forge
- bioconda
- gurobi
- gurobi
dependencies:
- python>=3.8
- pip
- pypsa=0.21
#- atlite>=0.2.6
- dask=2022.12
- dask-jobqueue>=0.8
- gurobi=9.5
# Dependencies of the workflow itself
# - xlrd
# - openpyxl
# - pycountry
- seaborn
- snakemake-minimal
# - memory_profiler
# - yaml
# - pytables
# - lxml
# - powerplantmatching>=0.5.3
- numpy
- pandas
# - geopandas>=0.11.0
# - xarray
# - netcdf4
# - networkx
- scipy
# - shapely
# - progressbar2
# - pyomo
- matplotlib
# - proj
# - fiona <= 1.18.20 # Till issue https://github.com/Toblerity/Fiona/issues/1085 is not solved
# - country_converter
# Keep in conda environment when calling ipython
- ipython
# GIS dependencies:
# - cartopy
# - descartes
# - rasterio<=1.2.9 # 1.2.10 creates error https://github.com/PyPSA/atlite/issues/238
# PyPSA-Eur-Sec Dependencies
# - geopy
# - tqdm
# - pytz
# - tabula-py
# - pyxlsb
# additions to PyPSA_eur
- chaospy>=3.3
#- pip:
- vresutils>=0.3.1
# - tsam>=1.1.0