File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
from .gribapi import __version__ , lib
15
15
16
16
# The minimum recommended version for the ecCodes package
17
- min_recommended_version_str = "2.37 .0"
18
- min_recommended_version_int = 23700
17
+ min_recommended_version_str = "2.38 .0"
18
+ min_recommended_version_int = 23800
19
19
20
20
if lib .grib_get_api_version () < min_recommended_version_int :
21
21
import warnings
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
14
14
ECBUILD_VERSION=master
15
15
16
16
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17
- ECCODES_VERSION=2.37 .0
17
+ ECCODES_VERSION=2.38 .0
18
18
ECCODES_COMMON_CMAKE_OPTIONS=" -DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
19
19
20
20
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
You can’t perform that action at this time.
0 commit comments