diff --git a/setup.py b/setup.py index a857d64..ad4645a 100644 --- a/setup.py +++ b/setup.py @@ -28,12 +28,12 @@ HOMEPAGE = "https://inception-project.github.io/" EMAIL = "inception-users@googlegroups.com" AUTHOR = "The INCEpTION team" -REQUIRES_PYTHON = ">=3.6.0" +REQUIRES_PYTHON = ">=3.8.0" install_requires = [ "flask", "filelock", - "dkpro-cassis>=0.7.6", + "dkpro-cassis>=0.9.1", "joblib", "gunicorn", "deprecation", @@ -50,7 +50,8 @@ "sentence-transformers~=2.2.2", "lightgbm~=4.2.0", "diskcache~=5.2.1", - "simalign~=0.4" + "simalign~=0.4", + "flair>=0.13.1" ] test_dependencies = [