File tree 5 files changed +6
-7
lines changed
docs/3_step2_installation
5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install gdal and pcraster
31
31
shell : bash -el {0}
32
32
run : |
33
- conda install -c conda-forge gdal pcraster
33
+ conda install -c conda-forge " gdal<=3.5.3" pcraster
34
34
- name : Install dependencies
35
35
shell : bash -el {0}
36
36
run : |
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can use conda environment to easily install dependencies.
26
26
``` bash
27
27
conda create --name lisflood python=3.8 -c conda-forge
28
28
conda activate lisflood
29
- conda install -c conda-forge pcraster gdal
29
+ conda install -c conda-forge pcraster " gdal<=3.5.3 "
30
30
```
31
31
32
32
* Install lisflood-model pypi package
@@ -53,7 +53,7 @@ git clone --single-branch --branch master https://github.com/ec-jrc/lisflood-cod
53
53
``` bash
54
54
conda create --name lisflood python=3.8 -c conda-forge
55
55
conda activate lisflood
56
- conda install -c conda-forge pcraster gdal
56
+ conda install -c conda-forge pcraster " gdal<=3.5.3 "
57
57
cd lisflood-code
58
58
pip install -r requirements.txt
59
59
```
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Follow this instruction for a basic test (some sample catchments are included in
86
86
` ` ` bash
87
87
conda create --name lisflood python=3.8 -c conda-forge
88
88
conda activate lisflood
89
- conda install -c conda-forge pcraster
89
+ conda install -c conda-forge pcraster " gdal<=3.5.3 "
90
90
cd lisflood-code
91
91
pip install -r requirements.txt
92
92
` ` `
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ channels:
4
4
dependencies :
5
5
- python=3.8
6
6
- pcraster
7
- - gdal
7
+ - gdal<=3.5.3
8
8
- pip
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ cftime>=1.0.4.2
4
4
coverage >= 6.0
5
5
dask >= 2021.10.0
6
6
future >= 0.18.0
7
- #GDAL==3.5.3
8
- GDAL >= 3.2.0
7
+ GDAL >= 3.2.0 ,<= 3.5.3
9
8
importlib-metadata < 5.0.0
10
9
iniconfig >= 1.1.1
11
10
lisflood-utilities >= 0.12.19
You can’t perform that action at this time.
0 commit comments