You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for further versions of kedro, airflow and mlflow
This plugin requires dependency updates, with probable breaking changes. This prevents users from using latest and greatest mlflow, kedro and airflow versions which is not only important feature-wise but also from the security standpoint as there are critical CVEs.
Looking at setup.py - the culprits are:
Kedro locked to an old version
"kedro>=0.16, <0.18",
Dependent plugin which prevents update to MLFlow 2.X
Uh oh!
There was an error while loading. Please reload this page.
Update plugin dependencies to recent versions:
kedro - 0.18.*
The text was updated successfully, but these errors were encountered: