Commit 6f58fcf
fix: Reverting change to include dependency of mlflow-export-import to unblock pypi releases (#775)
## Description
https://github.com/ecmwf/anemoi-core/actions/runs/20342675367 - Current
pypi releases are blocked because of
https://github.com/ecmwf/anemoi-core/pull/748/changes where
'mlflow-export-import' was added to the pyproject.toml as a dependency.
Because the package is poorly maintained and don't have releases we used
the git+https. According to https://til.dchan.cc/posts/11-29-2022/ and
the error, this blocks the release to pypi.
## What problem does this change solve?
(https://github.com/ecmwf/anemoi-core/actions/runs/20342675367)
## What issue or task does this change relate to?
<!-- link to Issue Number -->
## Additional notes ##
<!-- Include any additional information, caveats, or considerations that
the reviewer should be aware of. -->
***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)
(cherry picked from commit f7d2acc)1 parent 25b3f7a commit 6f58fcf
File tree
2 files changed
+1
-4
lines changed- training
- src/anemoi/training/utils
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments