From 13f5dfdc5478d869c0987620e26e2349b8d1bd2e Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Tue, 4 Sep 2018 18:50:30 +0200 Subject: [PATCH] installation: REANA-Commons version limits * Introduces upper boundary for REANA-Commons dependency. (addresses reanahub/reana#80) Signed-off-by: Tibor Simko --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9644608..76e0a2f 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ 'jsonschema>=2.6.0', 'kubernetes>=6.0.0', 'PyYAML>=3.12', - 'reana-commons>=0.3.0', + 'reana-commons>=0.3.1,<0.4', 'tablib>=0.12.1', 'urllib3==1.22', ]