Setup updated to fix remote run

This commit is contained in:
Jeff Shepherd
2019-02-26 11:59:20 -08:00
parent 036ca6ac75
commit 9f7c4ce668
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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