Skip to content

Fix training/scoring conda deps #262

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 1 commit into from
Apr 10, 2020
Merged

Fix training/scoring conda deps #262

merged 1 commit into from
Apr 10, 2020

Conversation

tcare
Copy link
Contributor

@tcare tcare commented Apr 10, 2020

Azure deprecated their top level meta-package which led to a deprecation error. We don't actually need this top level package.

I took the opportunity to clean up the conda deps using the dependency tree.

  • Trimmed the package list
  • Explicitly list pip to avoid conda warning
  • Use azureml-defaults for WebApp dependencies
  • Lock azureml-sdk and azureml-defaults versions
  • Add comments for dependencies

@tcare tcare requested review from eedorenko and sudivate April 10, 2020 19:04
@tcare
Copy link
Contributor Author

tcare commented Apr 10, 2020

Copy link
Contributor

@sudivate sudivate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @tcare

Azure deprecated their top level meta-package which led to a deprecation error. We don't actually need this top level package.

I took the opportunity to clean up the conda deps using the dependency tree.

- Trimmed the package list
- Explicitly list pip to avoid conda warning
- Use azureml-defaults for WebApp dependencies
- Lock azureml-sdk and azureml-defaults versions
- Add comments for dependencies
@tcare tcare force-pushed the tcare/azure-meta-package branch from bd91678 to 0b5b10d Compare April 10, 2020 19:08
@tcare tcare merged commit 506d557 into master Apr 10, 2020
@tcare tcare deleted the tcare/azure-meta-package branch April 10, 2020 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants