Skip to content

Commit

Permalink
numpy==2.0.0.rc2 & python>=3.9 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo authored Jun 4, 2024
1 parent ba2636d commit 62f4bf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ 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.18.5; python_version=='3.8' and platform_machine not in 'arm64|aarch64'",
"oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
# 20240604 GM: testing numpy-2.0.0rc2 which requires python >= 3.9 (to 3.12)
"numpy==2.0.0rc2; python_version>='3.9' and platform_machine not in 'arm64|aarch64'",
# "oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
"scipy",
"setuptools",
"wheel",
Expand Down

0 comments on commit 62f4bf4

Please sign in to comment.