text
text copied to clipboard
Specify torch dependency version
Since torchtext is built against specific torch versions, they need to be specified in the setup.py. Otherwise pip will install incompatible versions.
Fixes #902
This has nothing to do with conda vs pip. The only problem is that torchtext doesn't specify its dependencies properly.