Skip to content

Commit

Permalink
Update azureml-sdk to use latest (#331)
Browse files Browse the repository at this point in the history
* Update ci_dependencies.yml

* Update conda_dependencies.yml
  • Loading branch information
j-so authored Sep 22, 2020
1 parent a6014d0 commit bf34623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion diabetes_regression/ci_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

- pip:
# dependencies with versions aligned with conda_dependencies.yml.
- azureml-sdk==1.13.*
- azureml-sdk

# Additional pip dependencies for the CI environment.
- pytest==5.4.*
Expand Down
6 changes: 3 additions & 3 deletions diabetes_regression/conda_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ dependencies:

- pip:
# Base AzureML SDK
- azureml-sdk==1.13.*
- azureml-sdk

# Minimum required for the scoring environment. Must match AzureML SDK version.
# Must match AzureML SDK version.
# https://docs.microsoft.com/en-us/azure/machine-learning/concept-environments
- azureml-defaults==1.13.*
- azureml-defaults

# Training deps
- scikit-learn
Expand Down

0 comments on commit bf34623

Please sign in to comment.