mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 11:02:39 -05:00
21 lines
459 B
YAML
21 lines
459 B
YAML
name: azure_automl
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Currently Azure ML only supports 3.5.2 and later.
|
|
- python=3.6
|
|
- nb_conda
|
|
- matplotlib==2.1.0
|
|
- numpy>=1.11.0,<1.15.0
|
|
- cython
|
|
- urllib3<1.24
|
|
- scipy>=1.0.0,<=1.1.0
|
|
- scikit-learn>=0.18.0,<=0.19.1
|
|
- pandas>=0.22.0,<0.23.0
|
|
- tensorflow>=1.12.0
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-sdk[automl,notebooks,explain]
|
|
- pandas_ml
|
|
|