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

Feature: Avoid dependency hell - break down dependencies, move some to optional #32

Open
barseghyanartur opened this issue Nov 17, 2023 · 0 comments

Comments

@barseghyanartur
Copy link

barseghyanartur commented Nov 17, 2023

ATM, all package dependencies are listed required.

However, in concept, it's not so. If I, for instance, want to use simple EDA or AEDA augmenters, I don't really need most of the dependencies. In case of AEDA, I don't actually need anything.

I suggest to mark dependencies as optional.

You could read more about it in this article.

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

No branches or pull requests

1 participant