We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7c7fa5 + cbeadae commit a175ad9Copy full SHA for a175ad9
diabetes_regression/ci_dependencies.yml
@@ -17,7 +17,7 @@ dependencies:
17
18
- pip:
19
# dependencies with versions aligned with conda_dependencies.yml.
20
- - azureml-sdk==1.3.*
+ - azureml-sdk==1.6.*
21
22
# Additional pip dependencies for the CI environment.
23
- pytest==5.4.*
diabetes_regression/conda_dependencies.yml
@@ -23,11 +23,11 @@ dependencies:
24
25
# Base AzureML SDK
26
27
28
# Minimum required for the scoring environment. Must match AzureML SDK version.
29
# https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
30
- - azureml-defaults==1.3.*
+ - azureml-defaults==1.6.*
31
32
# Training deps
33
- scikit-learn
0 commit comments