Skip to content
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

add boto3 optional dependency? #115

Open
croth1 opened this issue Jan 19, 2023 · 1 comment
Open

add boto3 optional dependency? #115

croth1 opened this issue Jan 19, 2023 · 1 comment
Labels
question Further information is requested

Comments

@croth1
Copy link

croth1 commented Jan 19, 2023

Comment:

MLflow has a variety of extra dependencies and the conda-forge ecosystem does not really support optional dependencies well. I wonder whether not depending on boto3 was a conscious decision or an oversight. I tripped over it today.

https://github.com/mlflow/mlflow/blob/38e1d481f427b94af8f471e1658b4971ca6391b5/setup.py#L136

@croth1 croth1 added the question Further information is requested label Jan 19, 2023
@xhochy
Copy link
Member

xhochy commented Jan 27, 2023

Extra requires are not needed for the core functionality. I would like to avoid having them as dependencies of the main output. You could add an additional output called mlflow-extras that would install all the extra dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants