fix: pin mlflow==2.14.3 and azureml-mlflow==1.57.0 to fix logged-mode…#3868
Open
Chakradhar886 wants to merge 1 commit intomainfrom
Open
fix: pin mlflow==2.14.3 and azureml-mlflow==1.57.0 to fix logged-mode…#3868Chakradhar886 wants to merge 1 commit intomainfrom
Chakradhar886 wants to merge 1 commit intomainfrom
Conversation
|
@Chakradhar886 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
027a82b to
a08e6e8
Compare
Python 3.8 reached EOL (Oct 2024) and is no longer available in conda-forge or Azure ML base images, causing ImageBuildFailure. Changes to tutorials/get-started-notebooks/deploy/credit_defaults_model/: - conda.yaml: python 3.8.15 -> 3.9, remove pip cap, mlflow 2.17.2 - requirements.txt: mlflow 2.17.2 - python_env.yaml: python 3.9, update pip/setuptools/wheel - MLmodel: python_version 3.9 scikit-learn==0.24.2 is kept (required to load the model pickle). mlflow==2.17.2 is the last release before 2.18.0 dropped Python 3.8.
a08e6e8 to
65a4aab
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.
…ls 404 error
Description
Checklist