From ec91627c4d930a54ad6ccb8f6d7e173dc897aec0 Mon Sep 17 00:00:00 2001 From: BrikerMan Date: Thu, 29 Oct 2020 15:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Pin=20dependencies=20to=20specif?= =?UTF-8?q?ic=20versions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7ae01f1..79a0c2d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas>=1.0.1 tqdm # Limit this version to avoid json serilization issue. # See https://github.com/bojone/bert4keras/issues/241 -bert4keras==0.7.9 +bert4keras>=0.9.1 scikit-learn>=0.21.1 tensorflow>=2.1.0 tensorflow_addons