conda_dependencies Module

Contains functionality for managing conda environment dependencies.

Use the CondaDependencies class to load existing conda environment files and configure and manage new environments where experiments execute.

Classes

CondaDependencies

Manages application dependencies in an Azure Machine Learning environment.

Note

If no parameters are specified, azureml-defaults is added as the only pip dependency.

If the conda_dependencies_file_path parameter is not specified, then the CondaDependencies object contains only the Azure Machine Learning packages (azureml-defaults). The azureml-defaults dependency will not be pinned to a specific version and will target the latest version available on PyPi.

Initialize a new object to manage dependencies.