We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996e0a6 commit 32dd48fCopy full SHA for 32dd48f
diabetes_regression/ci_dependencies.yml
@@ -16,7 +16,7 @@ dependencies:
16
17
- pip:
18
# dependencies with versions aligned with conda_dependencies.yml.
19
- - azureml-sdk==1.2.*
+ - azureml-sdk==1.3.*
20
21
# Additional pip dependencies for the CI environment.
22
- pytest==5.4.*
diabetes_regression/conda_dependencies.yml
@@ -23,11 +23,11 @@ dependencies:
23
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.2.*
+ - azureml-defaults==1.3.*
31
32
# Training deps
33
- scikit-learn
0 commit comments