-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment.yml
56 lines (53 loc) · 923 Bytes
/
environment.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: concordia
channels:
- conda-forge
dependencies:
- typing-extensions
- attrs
- cattrs
- pandas >=1.1
- pandas-indexing
- openscm-units
- pyyaml
- xlrd >=2.0
- openpyxl
- matplotlib
- seaborn
- plotly
- pyomo
- pytest
- filelock
- deprecated
- pycountry
- dominate
- python-slugify
- seaborn
- tqdm
- jupytext
- colorlog
- ipykernel
# ptolemy dependencies
- netcdf4
- h5netcdf
- dask
- xarray
- pooch
- zarr
- flox
- pyogrio
- geopandas
- bottleneck
- cf_xarray
# raster generation
- rasterio
- rioxarray
- geoutils >=0.1.2 # Added that version lower-bound since they introduced a python 3.11 upper bound then, limiting our environment to python 3.11 effectively
- cartopy
- geopandas
- pyreadr
- pip
- pip:
# Need to integrate new indexraster changes into ptolemy
- git+https://github.com/gidden/ptolemy.git#egg=ptolemy-iamc
- git+https://github.com/iiasa/aneris.git@workflow#egg=aneris-iamc
- -e .[rescue]