itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks
http://neupy.com
MIT License
742 stars 160 forks source link

neupy vs tensorflow incompatibility? #265

Open hanzigs opened 4 years ago

hanzigs commented 4 years ago

Is there any fix for this

ERROR: neupy 0.8.2 has requirement tensorflow<1.14.0,>=1.10.1, but you'll have tensorflow 1.14.0 which is incompatible.

Thanks

itdxer commented 4 years ago

Yes, it should be fixed in the 0.8.3 version, but I don't have time to finish it. Can you try installing neupy from this branch: https://github.com/itdxer/neupy/tree/v0.8.3 ?