Skip to content

Commit

Permalink
Upgrade numpy to last minor version before 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungMind1 committed Nov 7, 2024
1 parent b147918 commit 03aeb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [
"Cython>=0.29.32,<3.0.0",
# oldest supported Numpy for this platform is 1.17 but the oldest supported by Gensim
# is 1.18.5, remove the line when they increase oldest supported Numpy for this platform
"numpy>=1.25.2, <2.0.0; python_version>='3.9'",
"numpy>=1.26.4, <2.0.0; python_version>='3.9'",
"setuptools",
"wheel",
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def run(self):
#
# see https://github.com/piskvorky/gensim/pull/3535
#
NUMPY_STR = 'numpy >= 1.25.0, < 2.0'
NUMPY_STR = 'numpy >= 1.26.0, < 2.0'

install_requires = [
NUMPY_STR,
Expand Down

0 comments on commit 03aeb11

Please sign in to comment.