You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip installing the package from PyPI may not be enough for transition to production. conda is a package manager that is python-agnostic and may be better-suited for bundling dependencies to deploy a package. It would be a nice to have to be able to conda installkedro-mlflow.
Context
Making the package easier to deploy / install can increase adoption
Description
pip
installing the package from PyPI may not be enough for transition to production.conda
is a package manager that is python-agnostic and may be better-suited for bundling dependencies to deploy a package. It would be a nice to have to be able toconda install
kedro-mlflow
.Context
Making the package easier to deploy / install can increase adoption
Possible Implementation
Uploading to conda-forge may be an easy choice.
Possible Alternatives
Check other anaconda channels
The text was updated successfully, but these errors were encountered: