Skip to content

Commit

Permalink
changed numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 6, 2024
1 parent 712780d commit b9119e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
# 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
# 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'",
"numpy==2.0.0; 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",
Expand Down

0 comments on commit b9119e0

Please sign in to comment.