Python package dependency management for building/development #56
Closed
Description
There's a problem with the current requirements.txt method as it pulls in too many requirements for CI/CD. We want to enable users to install minimal set of dependencies needed for functioning of the repository and to perform tuning techniques. Other dependencies should be optional.
This issue is to explore what best optional dependency framework to use to ensure install is light-weight.
Tasks include:
- Explore how to enable optional dependencies - what are best practices open source repositories use
- Add that framework to this repository with associated documentation
Metadata
Assignees
Labels
No labels