From b9119e0ada5ab599a5b7bf2a178e292d9a3f89e5 Mon Sep 17 00:00:00 2001 From: Helge Hecht Date: Wed, 6 Nov 2024 17:58:32 +0100 Subject: [PATCH] changed numpy pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ffd5854a2..818faf19ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",