forked from PyPSA/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
46 lines (40 loc) · 957 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
name: pypsa-eur_test
channels:
- conda-forge
- bioconda
dependencies:
- python
- pip
- pypsa>=0.14
- atlite
# Dependencies of the workflow itself
- xlrd
- scikit-learn
- pycountry
- seaborn
- snakemake-minimal
- memory_profiler
# Second order dependencies which should really be deps of atlite
- xarray
- bottleneck
- toolz
- dask
- progressbar2
# Include ipython so that one does not inadvertently drop out of the conda
# environment by calling ipython
- ipython
# GIS dependencies have to come all from conda-forge
- conda-forge::cartopy
- conda-forge::fiona
- conda-forge::pyproj=1.9.5.1
- conda-forge::pyshp
- conda-forge::geopandas
- conda-forge::rasterio
- conda-forge::shapely
- conda-forge::libgdal
- pip:
- vresutils>=0.2.5
- cdsapi
- powerplantmatching
- git+https://github.com/PyPSA/glaes.git#egg=glaes
- git+https://github.com/PyPSA/geokit.git#egg=geokit