diff --git a/how-to-use-azureml/automated-machine-learning/automl_env.yml b/how-to-use-azureml/automated-machine-learning/automl_env.yml index ef1584f2..a3314efd 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env.yml @@ -16,6 +16,7 @@ dependencies: - pip: # Required packages for AzureML execution, history, and data preparation. - - azureml-sdk[automl,notebooks,explain] + - azureml-sdk[automl,explain] + - azureml-widgets - pandas_ml diff --git a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml index a9ba417b..432499bf 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml @@ -16,7 +16,8 @@ dependencies: - pip: # Required packages for AzureML execution, history, and data preparation. - - azureml-sdk[automl,notebooks,explain] + - azureml-sdk[automl,explain] + - azureml-widgets - pandas_ml