GantMan / proselyte

Keras to other mode conversion system
0 stars 2 forks source link

tensorflow and tensorflowjs version compatibility issue in requirements.txt #7

Open moksheshd opened 4 years ago

moksheshd commented 4 years ago

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.