oborchers / Fast_Sentence_Embeddings

Compute Sentence Embeddings Fast!
GNU General Public License v3.0
616 stars 83 forks source link

Lock gensim dependency below 4.0 #41

Closed zsiciarz closed 3 years ago

zsiciarz commented 3 years ago

gensim 4.0 was recently released and since fse doesn't have an upper bound on gensim version (and other dependencies as well), fresh installation will break due to gensim API changes.

zsiciarz commented 3 years ago

See https://github.com/oborchers/Fast_Sentence_Embeddings/issues/40 for an example of breakage.

oborchers commented 3 years ago

Thanks! Yes, that is correct! Merged it

zsiciarz commented 3 years ago

Thanks for the quick merge! Do you feel like releasing a new version to PyPI any time soon?