mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
22 lines
552 B
YAML
22 lines
552 B
YAML
name: azure_automl
|
|
channels:
|
|
- conda-forge
|
|
- pytorch
|
|
- main
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Azure ML only supports 3.7.0 and later.
|
|
- pip==22.3.1
|
|
- python>=3.7,<3.9
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-widgets~=latest
|
|
- azureml-defaults~=latest
|
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/latest/validated_win32_requirements.txt [--no-deps]
|
|
- matplotlib==3.6.2
|
|
- xgboost==1.3.3
|
|
- arch==4.14
|
|
- mlflow-skinny==1.30.0
|
|
|