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.
1 parent bb54b74 commit e48596fCopy full SHA for e48596f
gribapi/__init__.py
@@ -14,8 +14,8 @@
14
from .gribapi import __version__, lib
15
16
# The minimum recommended version for the ecCodes package
17
-min_recommended_version_str = "2.37.0"
18
-min_recommended_version_int = 23700
+min_recommended_version_str = "2.38.0"
+min_recommended_version_int = 23800
19
20
if lib.grib_get_api_version() < min_recommended_version_int:
21
import warnings
scripts/common.sh
@@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
ECBUILD_VERSION=master
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
-ECCODES_VERSION=2.37.0
+ECCODES_VERSION=2.38.0
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
0 commit comments