File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
1717
1818 - pip :
1919 # dependencies with versions aligned with conda_dependencies.yml.
20- - azureml-sdk==1.6 .*
20+ - azureml-sdk==1.13 .*
2121
2222 # Additional pip dependencies for the CI environment.
2323 - pytest==5.4.*
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ dependencies:
2323
2424 - pip :
2525 # Base AzureML SDK
26- - azureml-sdk==1.6 .*
26+ - azureml-sdk==1.13 .*
2727
2828 # Minimum required for the scoring environment. Must match AzureML SDK version.
2929 # https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
30- - azureml-defaults==1.6 .*
30+ - azureml-defaults==1.13 .*
3131
3232 # Training deps
3333 - scikit-learn
You can’t perform that action at this time.
0 commit comments