Hi,
It looks like Prodigy v.10.7 is not compatible with SpaCy 3.0. Is it true ?
I get the following error when trying to upgrade SpaCy ( following this tutorial : https://spacy.io/usage#installation )
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
prodigy 1.10.7 requires catalogue<1.1.0,>=0.0.8, but you have catalogue 2.0.1 which is incompatible.
prodigy 1.10.7 requires spacy<2.4.0,>=2.3.0, but you have spacy 3.0.3 which is incompatible.
prodigy 1.10.7 requires srsly<1.1.0,>=0.0.6, but you have srsly 2.4.0 which is incompatible.
fr-core-news-sm 2.3.0 requires spacy<2.4.0,>=2.3.0, but you have spacy 3.0.3 which is incompatible.
en-core-web-sm 2.3.1 requires spacy<2.4.0,>=2.3.0, but you have spacy 3.0.3 which is incompatible.
Thanks,