mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
16 lines
354 B
YAML
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
|