Skip to content

Commit dc5b5c4

Browse files
committed
pin numpy < 2.0
1 parent bea670a commit dc5b5c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,10 @@ def run(self):
324324
'pandas',
325325
]
326326

327-
NUMPY_STR = 'numpy >= 1.18.5'
327+
#
328+
# see https://github.com/piskvorky/gensim/pull/3535
329+
#
330+
NUMPY_STR = 'numpy >= 1.18.5, < 2.0'
328331

329332
install_requires = [
330333
NUMPY_STR,

0 commit comments

Comments
 (0)