Merge pull request #233 from jeff-shepherd/master

Setup updated to fix remote run
This commit is contained in:
Roope Astala
2019-02-26 15:34:15 -05:00
committed by GitHub
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