-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmwe.yaml
More file actions
26 lines (23 loc) · 741 Bytes
/
mwe.yaml
File metadata and controls
26 lines (23 loc) · 741 Bytes
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
# Requirements to run MWE version 0.0.1 of Chrapkiewicz et al. (2024)
# http://dx.doi.org/10.2139/ssrn.4697195
# V. 0.0.1 is the one included in the report for NERC (grant no. NE/X010805/1).
channels:
- conda-forge
- kmch
dependencies:
- cvxpy # convex optimization package by Prof. S. Boyd (Stanford) et al.
- gdal # landscape processing
- hypothesis
- jupyter
- matplotlib
- networkx # graph theory
- numpy
- openpyxl # needed to correctly install of `faster-unmixer`
- pandas
- pip
- pybind11
- pygraphviz
- pytest
- python==3.12 # tested for 3.12. Should we change to >=3.12?
- riverpy==0.1.1 # first version working out of the box for others
- tqdm