diff --git a/setup.py b/setup.py index d1fdb285..a7154c0e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ install_requires=[ "followthemoney >= 3.3.0, < 4.0.0", "shortuuid >= 1.0.11, < 2.0.0", - "jellyfish == 0.11.2", + "jellyfish == 1.0.0", "rich >= 10.9.0, < 14.0.0", "textual >= 0.19.0, < 0.28.0", "scikit-learn == 1.2.2",