From c0989d81e0070fc94077350db26a61c49e14aade Mon Sep 17 00:00:00 2001 From: Robert Geislinger Date: Mon, 5 Oct 2020 23:40:28 +0200 Subject: [PATCH] Update requirements.txt Added two requirements for Punctuation Restoration. Tested with Python 3.6.9 on Ubuntu 16.04 with the example script --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index c2ccc68..c25f131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ allennlp==0.9.0 +beautifulsoup4==4.9.3 boto==2.49.0 boto3==1.9.238 dask==2.1.0 @@ -12,6 +13,7 @@ librosa==0.7.0 matplotlib==3.1.0 networkx==2.3 nltk>=3.4.5 +numba==0.48 numpy==1.16.4 pandas==0.24.2 pytorch-nlp==0.4.1