From a05dfc620817aa7e42d3b0db74efc97bcd5730b2 Mon Sep 17 00:00:00 2001
From: zqwerty <zhuq96@hotmail.com>
Date: Thu, 18 Jun 2020 10:57:37 +0800
Subject: [PATCH] fix allennlp==0.9.0

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0a79d16..b2ca351 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
         'tensorflow==1.14',
         'tensorboard>=1.14.0',
         'tensorboardX==1.7',
-        'allennlp',
+        'allennlp==0.9.0',
         'requests',
         'simplejson',
         'spacy',
-- 
GitLab