mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
36 lines
925 B
YAML
36 lines
925 B
YAML
name: azure_automl
|
|
channels:
|
|
- conda-forge
|
|
- pytorch
|
|
- main
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Currently Azure ML only supports 3.7 and later.
|
|
- pip==20.1.1
|
|
- python>=3.7,<3.9
|
|
- matplotlib==3.2.1
|
|
- numpy>=1.21.6,<=1.22.3
|
|
- cython==0.29.14
|
|
- urllib3==1.26.7
|
|
- scipy>=1.4.1,<=1.5.3
|
|
- scikit-learn==0.22.1
|
|
- py-xgboost<=1.3.3
|
|
- holidays==0.10.3
|
|
- conda-forge::fbprophet==0.7.1
|
|
- pytorch::pytorch=1.11.0
|
|
- cudatoolkit=9.0
|
|
- notebook
|
|
- jinja2<=2.11.2
|
|
- markupsafe<2.1.0
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-widgets~=1.48.0
|
|
- azureml-defaults~=1.48.0
|
|
- pytorch-transformers==1.0.0
|
|
- spacy==2.2.4
|
|
- pystan==2.19.1.1
|
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
|
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_darwin_requirements.txt [--no-deps]
|
|
- arch==4.14
|