Lightning-AI / Lightning-AI/pytorch-lightning

Requirement files do not correspond to extra dependencies

Open
#15,210 9 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.