Open richardy2012 opened 1 year ago
As everyone know, NumPy 1.22.0 requires Python 3.8 at least, but PyTorch 1.0.0 supports Python 3.7 at the highest. but requirement.txt wrote numpy=1.22.0 and torch=1.0.0。
@AliaksandrSiarohin Fixed by #518.
As everyone know, NumPy 1.22.0 requires Python 3.8 at least, but PyTorch 1.0.0 supports Python 3.7 at the highest. but requirement.txt wrote numpy=1.22.0 and torch=1.0.0。