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

Support for optional dependencies during installation #249

Open
chinmayshah99 opened this issue Feb 27, 2022 · 0 comments
Open

Support for optional dependencies during installation #249

chinmayshah99 opened this issue Feb 27, 2022 · 0 comments
Labels
Type: Improvement 📈 Performance improvement not introducing a new feature or requiring a major refactor

Comments

@chinmayshah99
Copy link
Member

chinmayshah99 commented Feb 27, 2022

Description

Currently, PipelineDP supports multiple systems like apache beam, apache-spark, etc. While these systems would be used individually, they are definitely not going to be used in a combined manner, and hence we don't need to install them as well as dependencies needed for them every time.

Desired behavior:
pip install pipeline-dp [apache-beam]

Additional Context

https://stackoverflow.com/questions/36490897/how-to-install-python-module-extras-with-pip-requirements-txt-file

@chinmayshah99 chinmayshah99 added the Type: Improvement 📈 Performance improvement not introducing a new feature or requiring a major refactor label Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement 📈 Performance improvement not introducing a new feature or requiring a major refactor
Projects
None yet
Development

No branches or pull requests

1 participant