From 50c318c2fc74d7cc53858ba9d0cfde825aa9d3d4 Mon Sep 17 00:00:00 2001 From: David Kappel Date: Thu, 2 Nov 2017 12:15:15 +0100 Subject: [PATCH] included version numbers in requirements.txt --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3649aeb..e0ec753 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -cython -mpi4py -pyzmq -numpy -ujson -matplotlib +cython >= 0.27.2 +mpi4py >= 2.0.0 +pyzmq >= 16.0.2 +numpy >= 1.13.3 +ujson >= 1.35 +matplotlib >= 2.1.0