From 79c57af04a5c26d098de2626e646aae23d97bbc5 Mon Sep 17 00:00:00 2001 From: Yijia Liu Date: Tue, 15 Jun 2021 22:36:50 +0800 Subject: [PATCH] fix issue #5 igraph -> python-igraph --- LatticeBERT/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LatticeBERT/requirements.txt b/LatticeBERT/requirements.txt index 85f5836..547a596 100644 --- a/LatticeBERT/requirements.txt +++ b/LatticeBERT/requirements.txt @@ -1,4 +1,4 @@ tensorflow == 1.14.0 tokenizers==0.8.0 -igraph +python-igraph pygtrie