We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5aa3e commit 22040aeCopy full SHA for 22040ae
2 files changed
pyproj.toml
@@ -32,7 +32,7 @@ classifiers = [
32
]
33
dependencies = [
34
"gdal<=3.5.3",
35
- "netCDF4==1.7.4",
+ "netCDF4>=1.7.4",
36
"ujson>=5.4.0",
37
"numpy==1.26.4",
38
"numba>=0.64.0",
requirements.txt
@@ -1,5 +1,5 @@
1
gdal<=3.5.3
2
-netCDF4==1.7.4
+netCDF4>=1.7.4
3
ujson>=5.4.0
4
numpy==1.26.4
5
numba==0.64.0
0 commit comments