embeddings-benchmark / mteb

MTEB: Massive Text Embedding Benchmark
https://arxiv.org/abs/2210.07316
Apache License 2.0
1.95k stars 272 forks source link

Allow Numpy 2.0 #1263

Closed mgraczyk closed 1 month ago

mgraczyk commented 1 month ago

It looks like the issue blocking Numpy 2.0 has been closed: via https://github.com/embeddings-benchmark/mteb/blob/main/pyproject.toml#L29 issue https://github.com/huggingface/datasets/issues/6980

Would it be possible to bump maximum allowed numpy version from <2 to <3 or <2.2?

I'm happy to create a PR and test if necessary

isaac-chung commented 1 month ago

I don't think there's anything more blocking us other than that issue. It would be great if you could create a PR @mgraczyk ! Looping in @KennethEnevoldsen as well.