Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
- kombu relies on deprecated importlib metadata,
celery/kombu#1601
  • Loading branch information
miraculixx committed Oct 3, 2022
1 parent f654d7d commit b30f826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -80,6 +80,7 @@
],
install_requires=[
'celery>4.4,<5.0',
'importlib-metadata<5.0', # due to https://github.com/celery/kombu/pull/1601
'joblib>=0.9.4',
'jupyter-client>=4.1.1',
'mongoengine~=0.24.1',
Expand Down

0 comments on commit b30f826

Please sign in to comment.