From 56ecd622d751930d4c1e7d57ac65b10da4550eb3 Mon Sep 17 00:00:00 2001 From: Bob van Luijt Date: Sun, 18 Nov 2018 17:24:22 +0100 Subject: [PATCH] Add murmurhash and tensorflow --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5c74f9d..32fa557 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,5 @@ nltk==3.2.4 numpy==1.13.1 tqdm==4.15.0 spacy==2.0.0 +murmurhash==* +tensorflow==1.2.0