x-tabdeveloping / neofuzz

Blazing fast fuzzy text search for Python.
https://x-tabdeveloping.github.io/neofuzz/
MIT License
38 stars 2 forks source link

Support numpy v2.x #12

Open dkbarn opened 3 weeks ago

dkbarn commented 3 weeks ago

At the moment the pyproject.toml has numpy pinned to < 2.0.0. This makes it challenging to create a virtualenv that contains neofuzz alongside the latest version of many popular libraries (for example: spaCy, openai-whisper, scikit-learn) because they all require numpy >= 2.0.0.

Please could neofuzz be updated to support numpy 2.x

x-tabdeveloping commented 3 weeks ago

Thanks for pinging me about this, I will update this as soon as I have the time

x-tabdeveloping commented 3 weeks ago

I relaxed the requirements on version 0.3.3. Can you confirm that it works?