Skip to content

Commit

Permalink
installation: upper pin on celery
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Sep 25, 2020
1 parent d6e9ed9 commit 5422038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# Celery 4.3 does not work with msgpack due to v4.3 introducing a
# property "date_done" as a datetime object which msgpack cannot
# serialize/deserialize - see https://github.com/celery/celery/pull/5606
'celery>=4.2.1,!=4.3',
'celery>=4.2.1,!=4.3,<5',
'invenio-base>=1.2.2',
]

Expand Down

0 comments on commit 5422038

Please sign in to comment.