diff --git a/setup.py b/setup.py index 91faeb6e1e..be7f58330b 100644 --- a/setup.py +++ b/setup.py @@ -324,7 +324,10 @@ def run(self): 'pandas', ] -NUMPY_STR = 'numpy >= 1.18.5' +# +# see https://github.com/piskvorky/gensim/pull/3535 +# +NUMPY_STR = 'numpy >= 1.18.5, < 2.0' install_requires = [ NUMPY_STR,