tensorflow / tensorflow/quantum
Imports needed by scripts/test_tutorials.py are not installed by requirements.txt
Open
@mhucka is already working on this.
Since Sep 26, 2025.
area/dependencies
kind/bug-report
priority/before-0.7.7
priority/p1
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 665
- PR merge metrics
- No merged PRs in 30d
Description
Running scripts/test_tutorials.py results in errors about missing Python packages. The required imports are not defined in requirements.txt.
They probably should not be loaded by requirementst.txt by default, because they're not needed all the time. So we need to find a place to put them.
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.
Assessment
This issue has not been assessed yet.