File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.13.*
20+ - azureml-sdk
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.13.*
26+ - azureml-sdk
2727
28- # Minimum required for the scoring environment. Must match AzureML SDK version.
28+ # Must match AzureML SDK version.
2929 # https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
30- - azureml-defaults==1.13.*
30+ - azureml-defaults
3131
3232 # Training deps
3333 - scikit-learn
You can’t perform that action at this time.
0 commit comments