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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group dependencies as setup.py extras #65

Closed
alexsounder opened this issue Jun 28, 2021 · 1 comment 路 Fixed by #67
Closed

Group dependencies as setup.py extras #65

alexsounder opened this issue Jun 28, 2021 · 1 comment 路 Fixed by #67

Comments

@alexsounder
Copy link

馃殌 Feature

Grouping library dependencies in setup.py by modality.

Motivation

If we are going to apply augmentations on just one modality, we shouldn't install all library dependencies needed to augment other modalities.

Pitch

Use extras_require in setup.py to specify software dependencies that are required for each modality. For example, installing audio only dependencies with augly[audio]. Have an [all] option that installs all dependencies.

@zpapakipos
Copy link
Contributor

Hi @alexsounder, thank you for this suggestion! :) We had started looking into a way to do something like this to lighten the base dependencies for people using just one module, but we didn't know about this way to do it. We'll add this to the TODO list & do it ASAP.

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 a pull request may close this issue.

2 participants