forked from openego/ding0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathding0_env.yml
41 lines (34 loc) · 874 Bytes
/
ding0_env.yml
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
name: ding0_env
channels:
- conda-forge
- defaults
dependencies:
- python = 3.8.5
- pip = 21.1.2
# plotting packages
- descartes == 1.1.0
- matplotlib >= 1.5.3, <= 3.4.2
- seaborn == 0.11.1
# numerical processing packages
- pandas = 1.2.4
# graph theory processing
- networkx == 2.5.1
# testing packages
- unittest2 == 1.1.0
- pytest
# database packages
- sqlalchemy <= 1.3.24
- geoalchemy2 == 0.6.3
- psycopg2
# GIS dependencies have to come all from conda-forge
- conda-forge::fiona
- conda-forge::pyproj = 3.0.1
- conda-forge::pyshp
- conda-forge::geopandas
- conda-forge::geopy = 2.1.0
- conda-forge::shapely >= 1.5.12, <= 1.7.1
- conda-forge::libgdal
- pip:
- egoio == 0.4.8
- oedialect == 0.0.10
- pypsa >= 0.11.0, <= 0.17.1