Minimum required numpy version needs to be bumped to 1.17.0 #3137
Labels
bug
Issue described a bug
impact LOW
Low impact on affected users
reach LOW
Affects only niche use-case users
testing
Issue related with testing (code, documentation, etc)
Problem description
gensim is declared to work with numpy >= 1.11.3, however it doesn't work with any version below 1.17.0.
Steps/code/corpus to reproduce
Install gensim and non-recent version of numpy:
$ pip install "numpy<1.17.0" gensim
Run python interpreter with the following code
Observed error:
The solution is to bump the minimum version of numpy to be at least 1.17.0: https://github.com/RaRe-Technologies/gensim/blob/develop/setup.py#L318
Versions
The text was updated successfully, but these errors were encountered: