tensorflow and tensorflowjs version compatibility issue in requirements.txt
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If your pip repo is updated or not cached then the requirements.txt will cause a problem.
pip will try and install tensorflow version 2.0.0 where tensorflowjs has a dependency on tensorflow version 1.14.0 and similar with few other packages.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.