mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
fix(ingest/mlflow): pin mlflow-skinny version (#13208)
This commit is contained in:
parent
4e30fa78ed
commit
6cc3fff57f
@ -465,7 +465,11 @@ plugins: Dict[str, Set[str]] = {
|
||||
"lookml": looker_common,
|
||||
"metabase": {"requests"} | sqlglot_lib,
|
||||
"mlflow": {
|
||||
"mlflow-skinny>=2.3.0",
|
||||
"mlflow-skinny>=2.3.0,<2.21.0",
|
||||
# Pinned to avoid the breaking change introduced in MLflow 2.21.0 where search_registered_models injects an implicit filter
|
||||
# https://github.com/mlflow/mlflow/pull/14795
|
||||
# Upper bound can be removed once the upstream issue is resolved,
|
||||
# or we have a reliable and backward-compatible way to handle prompt filtering.
|
||||
# It's technically wrong for packages to depend on setuptools. However, it seems mlflow does it anyways.
|
||||
"setuptools",
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user