Trusted-AI / Trusted-AI/AIX360
More modular dependencies
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 327
- Avg merge
- 1h 13m
- Merged PRs (30d)
- 1
Description
Our environments expand 5x in size because all these dependencies that we don't use are installed. It makes our CI builds take longer.
Offering something like extras_requires{'tensorflow': ['tensorflow>=1.14'], ...} should greatly help.
The docutils package isn't even necessary.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the package dependency configuration and the CI setup that installs the full environment. Review how optional dependencies could cover unused packages such as tensorflow and whether docutils is needed; done means unused dependencies are no longer installed by default and CI builds are smaller and faster.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100