From 61bdb052882b704994ee4462814b0ac04ccf31b0 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Thu, 14 Nov 2019 14:37:42 -0800 Subject: [PATCH 1/2] Update conda_dependencies.yml --- code/scoring/conda_dependencies.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/scoring/conda_dependencies.yml b/code/scoring/conda_dependencies.yml index 60c8dd92..a11516d9 100644 --- a/code/scoring/conda_dependencies.yml +++ b/code/scoring/conda_dependencies.yml @@ -25,7 +25,8 @@ dependencies: - pip: # Required packages for AzureML execution, history, and data preparation. - - azureml-sdk==1.0.72 + - azure-ml-api-sdk==0.1.0a11 + - azureml-sdk==1.0.74 - scipy==1.3.1 - scikit-learn==0.21.3 - pandas==0.25.3 @@ -33,4 +34,4 @@ dependencies: - joblib==0.14.0 - gunicorn==19.9.0 - flask==1.1.1 - \ No newline at end of file + From cc2c9bef98861f9a8db89ecde55db78d9b6ce003 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Thu, 14 Nov 2019 16:18:29 -0800 Subject: [PATCH 2/2] use newer azureml-model-management-sdk --- code/scoring/conda_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/scoring/conda_dependencies.yml b/code/scoring/conda_dependencies.yml index a11516d9..41a05694 100644 --- a/code/scoring/conda_dependencies.yml +++ b/code/scoring/conda_dependencies.yml @@ -25,7 +25,7 @@ dependencies: - pip: # Required packages for AzureML execution, history, and data preparation. - - azure-ml-api-sdk==0.1.0a11 + - azureml-model-management-sdk==1.0.1b6.post1 - azureml-sdk==1.0.74 - scipy==1.3.1 - scikit-learn==0.21.3