using compatible version specifier in requirements.txt

This commit is contained in:
Jong Wook Kim 2021-01-30 06:33:56 +09:00
parent c42a8e3c9e
commit d1cf43d17e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ftfy
regex
tqdm
torch>=1.7.1,<1.7.2
torchvision==0.8.2
torch~=1.7.1
torchvision~=0.8.2