Skip to content

Update azureml-sdk to use latest #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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