mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-23 11:02:39 -05:00
18 lines
376 B
YAML
18 lines
376 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
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-defaults
|
|
- azureml-sdk
|
|
- azureml-widgets
|
|
- pandas
|
|
- PyJWT < 2.0.0
|