We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96ce236 + 2bbed74 commit 5d1a52eCopy full SHA for 5d1a52e
dev-environment.txt
@@ -1,5 +1,5 @@
1
python >= 3.10
2
-cartopy
+cartopy <=0.24.0
3
cmocean
4
h5netcdf
5
netcdf4
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
]
16
17
dependencies = [
18
- "cartopy",
+ "cartopy<=0.24.0",
19
"cmocean",
20
"h5netcdf",
21
"netcdf4",
0 commit comments