Skip to content

Commit

Permalink
installation: more version limits
Browse files Browse the repository at this point in the history
* Introduces more upper boundary limits for selected important
  dependencies (Bravado, Celery) for the cluster components.
  (addresses reanahub/reana#80)

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 5, 2018
1 parent ba3bb13 commit 473a832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reana_workflow_engine_serial/version.py
Expand Up @@ -28,4 +28,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0"
__version__ = "0.3.1.dev20180905"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -63,8 +63,8 @@
]

install_requires = [
'bravado>=9.0.6',
'celery>=4.1.0',
'bravado>=9.0.6,<10.2',
'celery>=4.1.0,<4.3',
'pika>=0.11.2',
'reana-commons>=0.3.1,<0.4'
]
Expand Down

0 comments on commit 473a832

Please sign in to comment.