explosion / spacy-stanza

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
MIT License
723 stars 59 forks source link

Upgrade `stanza` version to 1.4.0 in the requirements.txt #84

Closed peeush-agarwal closed 2 years ago

peeush-agarwal commented 2 years ago

I'm using spacy-stanza package with stanza package. Now, I want to upgrade stanza to v1.4.0, but I get the following error:

spacy-stanza==1.0.1 and stanza==1.4.0 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Kindly allow stanza==1.4.0 in the requirements.txt file