qdrant / fastembed

Fast, Accurate, Lightweight Python library to make State of the Art Embedding
https://qdrant.github.io/fastembed/
Apache License 2.0
1.54k stars 111 forks source link

Remove numpy<2 dependency #362

Closed amietn closed 1 week ago

amietn commented 1 month ago

This causes an incompatibility with spaCy>=3.8.0 because no matching versions of numpy can be found when using both libraries at once.

It looks like the tests pass again without the numpy<2 requirement so there is no reason to keep this requirement anymore.