azureml-defaults
Is a metapackage that is used internally by Azure Machine Learning
What it is and what it does
azureml-defaults is a metapackage—a thin wrapper that declares and installs a fixed set of Azure Machine Learning runtime dependencies. It bundles azureml-inference-server-http, azureml-core, and azureml-dataset-runtime, ensuring that the correct versions of these libraries are installed together. The package is designed for internal use within Azure Machine Learning environments rather than as a standalone tool for end users.
When installed, it pulls in the three runtime dependencies needed for Azure ML inference servers and dataset handling. It has low install friction and is actively maintained, but its license terms are not clearly specified in standard SPDX form, and Python version compatibility is not explicitly declared.
Use it for:
- Setting up an Azure ML inference server environment by installing all required runtime dependencies at once
- Ensuring version consistency across azureml-core, azureml-inference-server-http, and azureml-dataset-runtime in an Azure ML deployment
- Bootstrapping an Azure ML compute instance or container with the standard runtime stack
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
azureml-defaults is a metapackage that bundles Azure Machine Learning runtime dependencies for inference and dataset operations.
Yes, if you are deploying or working within Azure Machine Learning environments and need the standard runtime stack. No, if you are building standalone Python applications outside Azure ML—install the specific dependencies directly instead. Check Azure ML documentation to confirm this package is appropriate for your use case, as it is primarily an internal metapackage.
Install
azureml-defaults on PyPI
pip
pip install azureml-defaultsuv
uv add azureml-defaultspoetry
poetry add azureml-defaultsInstalling azureml-defaults
Before you install
Low install friction with three runtime dependencies. Actively maintained as of 2026-02-25, though repository metadata is not publicly available.
License in practice
License terms are unclear—the raw license URL points to a Microsoft legal page rather than a standard SPDX identifier, making it difficult to assess licensing obligations without consulting the linked document directly.
Quickstart
pip install azureml-defaults==1.62.0
import azureml_defaults
Python version support is unspecified; consult Azure ML documentation for compatible Python versions.
Verify before relying
- Whether this package is intended for direct user installation or only for internal Azure ML environments
- Specific Python version support (requires_python is unspecified)
- Whether the three bundled dependencies have any system-level prerequisites or compatibility constraints
Package facts
| License | https://aka.ms/azureml-sdk-license (unclear) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — azureml-inference-server-http, azureml-core, azureml-dataset-runtime |
| Maintenance | actively maintained — 170 days since the last release |
| First released | |
| Downloads | 124,529/month — #11,864 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azureml_defaults-1.62.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
azureml-dataset-runtimeCoordinates internal Azure Machine Learning SDK…
unclear · top 15,000 on PyPI
azureml-coreProvides core APIs and utilities for managing…
unclear · top 5,000 on PyPI
azureml-trainA deprecated wrapper package that redirects…
unclear · top 15,000 on PyPI
azureml-inference-server-httpProvides an HTTP server for serving Azure…
unclear · top 15,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
azureml-train-coreProvides estimator classes for training machine…
unclear · top 15,000 on PyPI
azure-ml-componentAuthoring, managing, and submitting Azure…
unclear · top 15,000 on PyPI
azureml-dataprep-nativeProvides native code extensions for the…
unclear · top 15,000 on PyPI
azuremlConnects to Azure Machine Learning Studio…
permissive · top 15,000 on PyPI
azureml-ai-monitoringCollects model input and output data during…
permissive · top 15,000 on PyPI