beir icon indicating copy to clipboard operation
beir copied to clipboard

Loosen Elasticsearch requirement

Open stephantul opened this issue 2 years ago • 1 comments

Hi!

I'm currently using beir via MTEB in another project, and noticed that beir was installing a very specific version of the elasticsearch package, overwriting my (looser) requirements. I was wondering if there was a reason this was pinned so specifically, and whether it could be loosened. I think install_requires should be as loosely pinned as possible, to reduce installation errors.

Thanks! Stéphan

stephantul avatar Apr 01 '23 05:04 stephantul

Hi @stephantul,

The reason for specifying this version was due to Elasticsearch updating its client mentioned in https://github.com/beir-cellar/beir/issues/58.

thakur-nandan avatar Jun 20 '23 12:06 thakur-nandan