Lightning-AI / Lightning-AI/pytorch-lightning
Requirement files do not correspond to extra dependencies
Open
Nobody has claimed this yet.
ci
help wanted
- Dominant language
- Python
- Stars
- 31.4k
- Forks
- 3.8k
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 6
Description
### Bug description
`pip install -r requirements/pytorch/devel.txt` != `PACKAGE_NAME=pytorch pip install -e ".[dev]"`
Also the same holds for app.
cc @borda @carmocca @akihironitta @justusschock @awaelchli @Borda
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
Compare requirements/pytorch/devel.txt with the dependencies installed by `PACKAGE_NAME=pytorch pip install -e ".[dev]"`, then repeat the comparison for the app extra. Identify which dependency set should be authoritative and make the requirement files and extras correspond; verify both installation commands produce matching dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100