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
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 requirenumpy >= 2.0.0
.Please could neofuzz be updated to support numpy 2.x