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 d5f4eb9 commit fd2e7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/version.py
Expand Up @@ -28,4 +28,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.3.0"
__version__ = "0.3.1.dev20180905"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -63,7 +63,7 @@

install_requires = [
'adage==0.8.5',
'celery>=4.2.1',
'celery>=4.2.1,<4.3',
'enum34>=1.1.6',
'packtivity==0.10.0',
'pika>=0.12.0',
Expand Down

0 comments on commit fd2e7d3

Please sign in to comment.