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