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
2024/06/05 14:33:21 WARNING mlflow.utils.requirements_utils: Detected one or more mismatches between the model's dependencies and the current Python environment:
- pyyaml (current: 5.4.1, required: pyyaml==6.0.1)
To fix the mismatches, call `mlflow.pyfunc.get_model_dependencies(model_uri)` to fetch the model's environment and install dependencies using the resulting environment file.
2024/06/05 14:33:21 WARNING mlflow.utils.requirements_utils: Detected one or more mismatches between the model's dependencies and the current Python environment:
- pyyaml (current: 5.4.1, required: pyyaml==6.0.1)
To fix the mismatches, call `mlflow.pyfunc.get_model_dependencies(model_uri)` to fetch the model's environment and install dependencies using the resulting environment file.
'pyyaml==6.0.1' was collected and built during conda env setting up at first, but degraded to 'PyYAML-5.4.1' as limitation by 'requirements.txt'.
I am getting a failure in my deployment which I think is related to #5091 (I am using seldon-core v1.18)
I believe it's tied to the following:
seldon-core/servers/mlflowserver/mlflowserver/requirements.txt
Line 2 in 6a45b2b
Can we please get these constraints relaxed to allow for
PyYAML>=6
?The text was updated successfully, but these errors were encountered: