mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
29 lines
766 B
YAML
29 lines
766 B
YAML
name: azure_automl
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Currently Azure ML only supports 3.5.2 and later.
|
|
- pip<=19.3.1
|
|
- python>=3.5.2,<3.6.8
|
|
- nb_conda
|
|
- matplotlib==2.1.0
|
|
- numpy~=1.18.0
|
|
- cython
|
|
- urllib3<1.24
|
|
- scipy==1.4.1
|
|
- scikit-learn==0.22.1
|
|
- pandas==0.25.1
|
|
- py-xgboost<=0.90
|
|
- conda-forge::fbprophet==0.5
|
|
- holidays==0.9.11
|
|
- pytorch::pytorch=1.4.0
|
|
- cudatoolkit=10.1.243
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-widgets
|
|
- pytorch-transformers==1.0.0
|
|
- spacy==2.1.8
|
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|
|
- -r https://automlcesdkdataresources.blob.core.windows.net/validated-requirements/1.15.0/validated_linux_requirements.txt [--no-deps]
|
|
|