Skip to content

Commit 041e363

Browse files
committed
Require pyremap >=1.0.1
There is a bug fix to `LatLon2DGridDescriptor` in `pyremap` v1.0.1 that we need to be able to create a valid scrip file for the iceberg source dataset.
1 parent 8214d31 commit 041e363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/compass_env/spec-file.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ otps=2021.10
3232
progressbar2
3333
pyamg >=4.2.2
3434
pyproj
35-
pyremap>=1.0.0,<2.0.0
35+
pyremap>=1.0.1,<2.0.0
3636
requests
3737
# having pip check problems with this version
3838
scikit-image !=0.20.0

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ requirements:
6565
- progressbar2
6666
- pyamg >=4.2.2
6767
- pyproj
68-
- pyremap >=1.0.0,<2.0.0
68+
- pyremap >=1.0.1,<2.0.0
6969
- requests
7070
- scipy >=1.8.0
7171
- shapely >=2.0,<3.0

0 commit comments

Comments
 (0)