Skip to content

Commit 5d1a52e

Browse files
authored
Merge pull request #43 from andrewdnolan/constrain-cartopy
add cartopy <= 0.24.0 constraint
2 parents 96ce236 + 2bbed74 commit 5d1a52e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-environment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python >= 3.10
2-
cartopy
2+
cartopy <=0.24.0
33
cmocean
44
h5netcdf
55
netcdf4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616

1717
dependencies = [
18-
"cartopy",
18+
"cartopy<=0.24.0",
1919
"cmocean",
2020
"h5netcdf",
2121
"netcdf4",

0 commit comments

Comments
 (0)