Skip to content

Commit

Permalink
chore: Remove unecessary transitive dependency: conllu<5.0.0
Browse files Browse the repository at this point in the history
conllu was probably added to avoid issues created by flair not
limiting conllu's version to 5.0.0. However, the latest versions
of flair already added this version restriction, so we can
safely remove it now. I'm instead adding a minimum version
requirement on flair 0.14.0 which has added this restriction.
  • Loading branch information
aecio committed Nov 11, 2024
1 parent ea35f5f commit bcafc21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ torch
transformers
tqdm
scikit-learn
flair
flair>=0.14.0
requests
scipy<1.13
matplotlib<3.9
panel!=1.4.3
Levenshtein
autofj
conllu<5.0.0
nltk>=3.9.1

0 comments on commit bcafc21

Please sign in to comment.