Skip to content

Commit

Permalink
installation: REANA-Commons version limits
Browse files Browse the repository at this point in the history
* Introduces upper boundary for REANA-Commons dependency.
  (addresses reanahub/reana#80)

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 4, 2018
1 parent f5b87a5 commit 13f5dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
]
Expand Down

0 comments on commit 13f5dfd

Please sign in to comment.