From ba6bad2485a20069d3ae8dad060768bf4620b4cb Mon Sep 17 00:00:00 2001 From: mathiasaebersold Date: Thu, 28 Dec 2017 11:53:45 +0100 Subject: [PATCH] Specified module versions in requirements Changes in newer module versions are not compatible with the current version of this framework. --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index dd0cb7f..53a50a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ -numpy +numpy==1.11.3 pillow -matplotlib +matplotlib==1.5.3 scikit-image -scipy +scipy==0.18.1 flask flask-compress +werkzeug==0.12.2 mpld3 gevent