fix(batch-pipelines): pin mlflow version for azureml-mlflow compatibi…#3801
Open
trimicrosoft wants to merge 1 commit intomainfrom
Open
fix(batch-pipelines): pin mlflow version for azureml-mlflow compatibi…#3801trimicrosoft wants to merge 1 commit intomainfrom
trimicrosoft wants to merge 1 commit intomainfrom
Conversation
39a2faa to
b014862
Compare
…lity Update conda environments in both batch pipeline examples to fix UnsupportedModelRegistryStoreURIException caused by azureml-mlflow not registering the azureml:// URI scheme plugin on Python 3.8. Changes: - Upgrade Python from 3.8.5 (EOL) to 3.10 for Ubuntu 22.04 compat - Unpin mlflow to let azureml-mlflow pull compatible version - Fix jobtools -> joblib typo (prepare.py imports joblib) - Remove outdated pins on cloudpickle, dask, and pandas - Keep scikit-learn==1.1.2 pinned for ColumnTransformer pickle compat Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
b014862 to
d285e73
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…lity
Pin mlflow==2.8.1 to ensure the azureml-mlflow plugin correctly registers the azureml:// URI scheme on Python 3.8.5. The unpinned mlflow resolved to an incompatible version, causing UnsupportedModelRegistryStoreURIException in prepare.py.
Also fix jobtools -> joblib typo in both conda.yml files.
Description
Checklist