Package compatibility not possible
AlainTiri opened this issue · 0 comments
AlainTiri commented
Hi,
I have an problem of compatibility between spacy, fr-core-news-sm and spacy-lefff
spacy-transformers 1.0.6 requires spacy<4.0.0,>=3.1.0, but you have spacy 3.0.4 which is incompatible.
fr-dep-news-trf 3.1.0 requires spacy<3.2.0,>=3.1.0, but you have spacy 3.0.4 which is incompatible.
spacy-lefff 0.4.0 requires spacy<3.0.5,>=3.0.0, but you have spacy 3.2.1 which is incompatible.
It's possible to have an update of requirements.txt of spacy-lefff to, at least, spacy 3.1 ?