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:
17
17
18
18
- pip :
19
19
# dependencies with versions aligned with conda_dependencies.yml.
20
- - azureml-sdk==1.13.*
20
+ - azureml-sdk
21
21
22
22
# Additional pip dependencies for the CI environment.
23
23
- pytest==5.4.*
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ dependencies:
23
23
24
24
- pip :
25
25
# Base AzureML SDK
26
- - azureml-sdk==1.13.*
26
+ - azureml-sdk
27
27
28
- # Minimum required for the scoring environment. Must match AzureML SDK version.
28
+ # Must match AzureML SDK version.
29
29
# https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
30
- - azureml-defaults==1.13.*
30
+ - azureml-defaults
31
31
32
32
# Training deps
33
33
- scikit-learn
You can’t perform that action at this time.
0 commit comments