MycroftAI / mimic2

Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
Apache License 2.0
580 stars 103 forks source link

numpy 1.13.0 and tensorflow 1.8.0 #13

Closed derethor closed 6 years ago

derethor commented 6 years ago

Hello!

I tried to build the cpu version with docker

and I got this message:

tensorflow 1.8.0 has requirement numpy>=1.13.3, but you'll have numpy 1.13.0 which is incompatible.

I see that the requirement.txt has 1.13.0 version... is this for any particular reason?

LearnedVector commented 6 years ago

no particular reason! Thanks for pointing this out. will do a fix soon