1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

Fix torch version to 1.7.1

Signed-off-by: sanchit97 <sanchit15083@iiitd.ac.in>
This commit is contained in:
sanchit97
2021-03-21 02:14:46 -04:00
parent 30e21cd85d
commit 93a8c5cd42

View File

@@ -10,7 +10,7 @@ nltk
numpy<1.19.0 #TF 2.0 requires this
pandas>=1.0.1
scipy==1.4.1
torch
torch==1.7.1
transformers>=3.3.0
terminaltables
tqdm>=4.27,<4.50.0