From a57ced0eadbe40d81c8006c2dd0f3363a50ee377 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 5 Jun 2015 23:51:39 +0200 Subject: [PATCH] * Pin cython packages to particular versions, so that the current version works even if updates to them are pushed. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a8885ae00..03d14cb97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ cython -cymem >= 1.11 +cymem == 1.11 pathlib -preshed +preshed == 0.37 thinc == 1.76 -murmurhash +murmurhash == 0.24 unidecode numpy wget