Skip to content

Commit 9ee8b24

Browse files
chore: Consistent anemoi-utils versions in pyproject.toml (ecmwf#307)
## Description Missed this in ecmwf#301... ## What problem does this change solve? Makes versions in pyproject.toml consistent ## What issue or task does this change relate to? n/a ## Additional notes ## n/a ***As a contributor to the Anemoi framework, please ensure that your changes include unit tests, updates to any affected dependencies and documentation, and have been tested in a parallel setting (i.e., with multiple GPUs). As a reviewer, you are also responsible for verifying these aspects and requesting changes if they are not adequately addressed. For guidelines about those please refer to https://anemoi.readthedocs.io/en/latest/*** By opening this pull request, I affirm that all authors agree to the [Contributor License Agreement.](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md)
1 parent b6b200a commit 9ee8b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
optional-dependencies.all = [
6262
"anemoi-datasets",
6363
"anemoi-inference[huggingface,tests,zarr,plot]",
64-
"anemoi-utils[all]>=0.4.26",
64+
"anemoi-utils[all]>=0.4.32",
6565
]
6666
optional-dependencies.dev = [ "anemoi-inference[all,docs,plugin,tests]" ]
6767

0 commit comments

Comments
 (0)