Skip to content

Commit

Permalink
Upgraded dkpro-cassis to 0.9.1 to ensure dependency compatibility wit…
Browse files Browse the repository at this point in the history
…h flair 0.13.1 (both can use more-itertools 0.8.14 now)
  • Loading branch information
raykyn committed Mar 1, 2024
1 parent c116b70 commit 5fe369f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 = [
Expand Down

0 comments on commit 5fe369f

Please sign in to comment.