molecularsets/moses

Could not find a version that satisfies the requirement torch>=1.1.0

Closed this issue · 4 comments

I have issues with a newer version of PyTorch.
My version of PyTorch is 1.2.0

Hi, I use pytorch 1.2.0 too. How about to try to comment out following line, if you already installed torch.

moses/setup.py

Line 16 in b94468c

'torch==1.1.0',

Thanks,

Hi! We'll enable newer versions of PyTorch this week in a separate merge request

Hi, @iwatobipen and @data-datum. MOSES should work fine with torch>=1.1.0 starting from 0.3.1. Please let me know if you experience any troubles with updated dependencies :)

Thanks! I will use new version ;)