File tree Expand file tree Collapse file tree 1 file changed +9
-27
lines changed
Expand file tree Collapse file tree 1 file changed +9
-27
lines changed Original file line number Diff line number Diff line change 11# Conda environment specification. The dependencies defined in this file will
2-
32# be automatically provisioned for managed runs. These include runs against
4-
53# the localdocker, remotedocker, and cluster compute targets.
64
7-
85# Note that this file is NOT used to automatically manage dependencies for the
9-
106# local compute target. To provision these dependencies locally, run:
11-
127# conda env update --file conda_dependencies.yml
138
14-
159# Details about the Conda environment file format:
16-
1710# https://conda.io/docs/using/envs.html#create-environment-file-by-hand
1811
19-
2012# For managing Spark packages and configuration, see spark_dependencies.yml.
21-
22-
2313# Version of this configuration file's structure and semantics in AzureML.
24-
2514# This directive is stored in a comment to preserve the Conda file structure.
26-
2715# [AzureMlVersion] = 2
2816
29-
3017name : project_environment
3118dependencies :
3219 # The python interpreter version.
33-
3420 # Currently Azure ML Workbench only supports 3.5.2 and later.
35-
36- - python=3.6.2
21+ - python=3.7.5
3722 # Required by azureml-defaults, installed separately through Conda to
38-
3923 # get a prebuilt version and not require build tools for the install.
40-
41- - psutil=5.3
24+ - psutil=5.6 # latest
4225
4326- pip :
4427 # Required packages for AzureML execution, history, and data preparation.
45- - azureml-sdk[notebooks] # add the version to lock it ==0.1.74
46- - scipy==1.0.0
28+ - azureml-sdk==1.0.72
29+ - scipy==1.3.1
4730 - scikit-learn==0.21.3
48- - pandas==0.23.1
49- - numpy==1.14.5
50- - joblib==0.13.2
51- - gunicorn==19.9.0
31+ - pandas==0.25.3
32+ - numpy==1.17.3
33+ - joblib==0.14.0
34+ - gunicorn==19.9.0
5235 - flask==1.1.1
53- - azure-ml-api-sdk
54-
36+
You can’t perform that action at this time.
0 commit comments