Files
MachineLearningNotebooks/how-to-use-azureml/automated-machine-learning/experimental/automl_thin_client_env.yml

16 lines
354 B
YAML

name: azure_automl_experimental
dependencies:
# The python interpreter version.
# Currently Azure ML only supports 3.7.0 and later.
- pip<=22.3.1
- python>=3.7.0,<3.11
- pip:
# Required packages for AzureML execution, history, and data preparation.
- azureml-defaults
- azureml-sdk
- azureml-widgets
- azureml-mlflow
- pandas
- mlflow