azureml-mlflow 1.62.0.post2


pip install azureml-mlflow

  Latest version

Released: Mar 27, 2026

Project Links

Meta
Author: Microsoft Corp
Requires Python: >=3.8,<4.0

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Scientific/Engineering :: Artificial Intelligence

Operating System
  • Microsoft :: Windows
  • MacOS
  • POSIX :: Linux

The azureml-mlflow package contains the integration code of AzureML with MLflow. MLflow (https://mlflow.org/) is an open-source platform for tracking machine learning experiments and managing models. You can use MLflow logging APIs with Azure Machine Learning so that metrics and artifacts are logged to your Azure machine learning workspace.

Usage

Within an AzureML Workspace, add the code below to use MLflow.

import mlflow
from azureml.core import Workspace

workspace = Workspace.from_config()

mlflow.set_tracking_uri(workspace.get_mlflow_tracking_uri())

More examples can be found at https://aka.ms/azureml-mlflow-examples.

1.62.0.post2 Mar 27, 2026
1.62.0.post1 Mar 17, 2026
1.62.0 Feb 25, 2026
1.61.0.post1 Dec 09, 2025
1.61.0 Nov 26, 2025
1.60.0.post1 Apr 28, 2025
1.60.0 Apr 11, 2025
1.59.0.post1 Dec 28, 2024
1.59.0 Dec 10, 2024
1.58.0.post3 Nov 07, 2024
1.58.0.post2 Nov 01, 2024
1.58.0.post1 Oct 30, 2024
1.58.0 Oct 16, 2024
1.57.0.post1 Aug 29, 2024
1.57.0 Aug 05, 2024
1.56.0 Apr 29, 2024
1.55.0 Feb 06, 2024
1.54.0.post1 Dec 05, 2023
1.54.0 Nov 09, 2023
1.53.0 Aug 23, 2023
1.52.0 Jun 26, 2023
1.51.0 May 24, 2023
1.50.0 Apr 12, 2023
1.49.0 Feb 14, 2023
1.48.0 Dec 05, 2022
1.47.0 Oct 25, 2022
1.46.0 Sep 30, 2022
1.45.0 Sep 06, 2022
1.44.0 Aug 03, 2022
1.43.0.post1 Jun 28, 2022
1.43.0 Jun 27, 2022
1.42.0 May 25, 2022
1.41.0.post1 May 20, 2022
1.41.0 Apr 25, 2022
1.40.0 Mar 29, 2022
1.39.0.post1 Mar 12, 2022
1.39.0 Feb 28, 2022
1.38.0 Jan 24, 2022
1.37.0 Dec 13, 2021
1.36.0 Nov 08, 2021
1.35.0 Oct 11, 2021
1.34.0 Sep 07, 2021
1.33.0 Aug 02, 2021
1.32.0.post1 Jul 20, 2021
1.32.0 Jul 06, 2021
1.31.0 Jun 21, 2021
1.30.0 Jun 07, 2021
1.29.0 May 24, 2021
1.28.0.post1 May 20, 2021
1.28.0 May 10, 2021
1.27.0 Apr 19, 2021
1.26.0 Apr 05, 2021
1.25.0 Mar 24, 2021
1.24.0 Mar 09, 2021
1.23.0 Feb 22, 2021
1.22.0 Feb 10, 2021
1.21.0 Jan 25, 2021
1.20.0.post1 Jan 12, 2021
1.20.0 Jan 11, 2021
1.19.0 Dec 07, 2020
1.18.0.post1 Nov 17, 2020
1.18.0 Nov 10, 2020
1.17.0.post2 Nov 09, 2020
1.17.0.post1 Oct 28, 2020
1.17.0 Oct 27, 2020
1.16.0 Oct 13, 2020
1.15.0.post1 Oct 09, 2020
1.15.0 Sep 29, 2020
1.14.0 Sep 21, 2020
1.13.0.post1 Sep 04, 2020
1.13.0 Aug 31, 2020
1.12.0 Aug 17, 2020
1.11.0 Aug 03, 2020
1.10.0.post1 Jul 25, 2020
1.10.0 Jul 20, 2020
1.9.0 Jul 06, 2020
1.8.0 Jun 22, 2020
1.7.0 Jun 08, 2020
1.6.0 May 26, 2020
1.5.0 May 11, 2020
1.4.0 Apr 27, 2020
1.3.0 Apr 13, 2020
1.2.0 Mar 23, 2020
1.1.5 Mar 11, 2020
1.1.2rc0 Mar 02, 2020
1.1.1rc0 Feb 18, 2020
1.1.0rc0 Feb 05, 2020
1.0.85 Jan 21, 2020
1.0.83 Jan 06, 2020
1.0.81 Dec 23, 2019
1.0.79 Dec 09, 2019
1.0.76 Nov 25, 2019
1.0.74 Nov 11, 2019
1.0.72.1 Nov 01, 2019
1.0.72 Oct 31, 2019
1.0.69 Oct 14, 2019
1.0.65 Sep 30, 2019
1.0.62 Sep 16, 2019
1.0.60 Sep 03, 2019
1.0.57 Aug 19, 2019
1.0.55 Aug 05, 2019
1.0.53 Jul 24, 2019
1.0.48 Jul 09, 2019
1.0.45 Jun 25, 2019
1.0.43.1 Jun 19, 2019
1.0.43 Jun 10, 2019
1.0.41 May 28, 2019
1.0rc85 Jan 21, 2020
1.0rc83 Jan 07, 2020

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
jsonpickle (<5.0.0)
mlflow-skinny (<=3.9.0)
azure-identity
msrest (>=0.6.18)
azure-core (!=1.22.0,<2.0.0,>=1.8.0)
azure-mgmt-core (<2.0.0,>=1.2.0)
azure-storage-blob (<=12.27.1,>=12.5.0)
azure-common (>=1.1)
cryptography (<47.0.0)
python-dateutil (<3.0.0,>=2.7.3)
pytz (<=2025.2)