Skip to content

Commit

Permalink
pin numpy < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Jun 12, 2024
1 parent bea670a commit dc5b5c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc5b5c4

Please sign in to comment.