tensorflow / tensorflow/datasets
Pip installing tensorflow-datasets should install a matching tensorflow
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
That is, pip install tensorflow-datasets should pull in tensorflow and pip install tfds-nightly should pull in tf-nightly. That the command installs all dependencies is sensible.
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 reproducing the two entry points: pip install tensorflow-datasets and pip install tfds-nightly. Then locate the packaging metadata that defines their dependencies and verify that the stable package installs a matching tensorflow, while the nightly package installs tf-nightly; done means both commands install the intended TensorFlow dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100