mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 11:02:39 -05:00
19 lines
390 B
YAML
19 lines
390 B
YAML
name: azure_automl_experimental
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Currently Azure ML only supports 3.5.2 and later.
|
|
- pip<=19.3.1
|
|
- python>=3.5.2,<3.8
|
|
- nb_conda
|
|
- cython
|
|
- urllib3<1.24
|
|
- PyJWT < 2.0.0
|
|
- numpy==1.18.5
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-defaults
|
|
- azureml-sdk
|
|
- azureml-widgets
|
|
- pandas
|