From 970eaa83de7a94e030fbfe228dc5fe0a8aa8ee0a Mon Sep 17 00:00:00 2001 From: David Tesar Date: Mon, 11 Nov 2019 09:55:21 -0800 Subject: [PATCH 1/2] update dependencies --- code/scoring/conda_dependencies.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/code/scoring/conda_dependencies.yml b/code/scoring/conda_dependencies.yml index f13c3c3d..a92014c4 100644 --- a/code/scoring/conda_dependencies.yml +++ b/code/scoring/conda_dependencies.yml @@ -33,22 +33,20 @@ dependencies: # Currently Azure ML Workbench only supports 3.5.2 and later. -- python=3.6.2 +- python=3.7.5 # Required by azureml-defaults, installed separately through Conda to # get a prebuilt version and not require build tools for the install. -- psutil=5.3 +- psutil=5.6 #latest - pip: # Required packages for AzureML execution, history, and data preparation. - - azureml-sdk[notebooks] # add the version to lock it ==0.1.74 - - scipy==1.0.0 + - azureml-sdk==1.0.72 + - scipy==1.3.1 - scikit-learn==0.21.3 - - pandas==0.23.1 - - numpy==1.14.5 - - joblib==0.13.2 - - gunicorn==19.9.0 - - flask==1.1.1 - - azure-ml-api-sdk - + - pandas==0.25.3 + - numpy==1.17.3 + - joblib==0.14.0 + - gunicorn==19.9.0 + - flask==1.1.1 \ No newline at end of file From 182f3f7f9ddd71ee966ab6e37edf0442174ac611 Mon Sep 17 00:00:00 2001 From: David Tesar Date: Mon, 11 Nov 2019 10:00:05 -0800 Subject: [PATCH 2/2] cleanup spaces --- code/scoring/conda_dependencies.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/code/scoring/conda_dependencies.yml b/code/scoring/conda_dependencies.yml index a92014c4..60c8dd92 100644 --- a/code/scoring/conda_dependencies.yml +++ b/code/scoring/conda_dependencies.yml @@ -1,43 +1,26 @@ # Conda environment specification. The dependencies defined in this file will - # be automatically provisioned for managed runs. These include runs against - # the localdocker, remotedocker, and cluster compute targets. - # Note that this file is NOT used to automatically manage dependencies for the - # local compute target. To provision these dependencies locally, run: - # conda env update --file conda_dependencies.yml - # Details about the Conda environment file format: - # https://conda.io/docs/using/envs.html#create-environment-file-by-hand - # For managing Spark packages and configuration, see spark_dependencies.yml. - - # Version of this configuration file's structure and semantics in AzureML. - # This directive is stored in a comment to preserve the Conda file structure. - # [AzureMlVersion] = 2 - name: project_environment dependencies: # The python interpreter version. - # Currently Azure ML Workbench only supports 3.5.2 and later. - - python=3.7.5 # Required by azureml-defaults, installed separately through Conda to - # get a prebuilt version and not require build tools for the install. - - psutil=5.6 #latest - pip: @@ -49,4 +32,5 @@ dependencies: - numpy==1.17.3 - joblib==0.14.0 - gunicorn==19.9.0 - - flask==1.1.1 \ No newline at end of file + - flask==1.1.1 + \ No newline at end of file