SamJia / CommunityGAN

A tensorflow implementation of CommunityGAN (Community Detection with Generative Adversarial Nets)
MIT License
77 stars 34 forks source link

incompatible numpy version #2

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi there, I would like to double check whether the recommended numpy version(1.12.1) in GitHub is not right. Because it shows the error as below: ERROR: tensorflow 1.6.0 has requirement numpy>=1.13.3, but you'll have numpy 1.12.1 which is incompatible. Thanks a lot