LeelaChessZero / lczero-training

For code etc relating to the network training process.
143 stars 119 forks source link

requirements file is broken #196

Closed arch-user-france1 closed 2 years ago

arch-user-france1 commented 2 years ago

tensorflow requires a specific numpy version, numpy can be removed from that list since it's a dependency of tensorflow and usually tensorflow-gpu is required

arch-user-france1 commented 2 years ago

you need the python 3.6 version then it works