diff --git a/environment.yml b/environment.yml index 8a0b314..087d54a 100644 --- a/environment.yml +++ b/environment.yml @@ -288,5 +288,6 @@ dependencies: - regional-mom6 - u8darts-all - xwrf +- ecmwf-api-client - pip: - railroad-diagrams ### Unlisted dependency of pip and pyparsing diff --git a/testconfig.yml b/testconfig.yml index dfd0e1e..166de9d 100644 --- a/testconfig.yml +++ b/testconfig.yml @@ -58,6 +58,7 @@ skip: - torch.onnx ### Prevent testing of _internal APIs - torch.testing ### Prevent testing of _internal APIs - torch.utils.benchmark ### Uses non-existent part of deprecated pkg_resources +- keras.src.backend ### Don't test Keras backends # Preload these modules before testing to avoid weird python issues preload: diff --git a/version b/version index d23b549..559afc4 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ ENVIRONMENT=analysis3 VERSION_TO_MODIFY=24.04 -STABLE_VERSION=23.01 -UNSTABLE_VERSION=24.04 \ No newline at end of file +STABLE_VERSION=24.01 +UNSTABLE_VERSION=24.04