-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yaml
62 lines (54 loc) · 1.24 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
# SPDX-FileCopyrightText: : 2017-2020 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: costallocation
channels:
- defaults
- conda-forge
- bioconda
- http://conda.anaconda.org/gurobi
dependencies:
- python
- pip
- pypsa>=0.17.1
- atlite=0.0.3
# Dependencies of the workflow itself
- xlrd
- scikit-learn
- pycountry
- seaborn
- snakemake-minimal
- memory_profiler
- yaml
- pytables
- lxml
- powerplantmatching>=0.4.3
# Second order dependencies which should really be deps of atlite
- xarray
- netcdf4
- bottleneck
- toolz
- dask
- progressbar2
- pyyaml>=5.1.0
# Include ipython so that one does not inadvertently drop out of the conda
# environment by calling ipython
- ipython
# GIS dependencies:
- cartopy
- fiona
- proj
- pyshp
- geopandas
- rasterio
- shapely
- libgdal
# Solvers
- gurobi:gurobi # until https://github.com/conda-forge/pypsa-feedstock/issues/4 closed
- pip:
- vresutils==0.3.1
- git+https://github.com/PyPSA/glaes.git#egg=glaes
- git+https://github.com/PyPSA/geokit.git#egg=geokit
- git+https://github.com/PyPSA/pypsa.git@shadowprices
- git+https://github.com/FRESNA/netallocation.git#egg=netallocation
- cdsapi