--- pyproject.toml.orig 2024-07-19 13:32:36 UTC +++ pyproject.toml @@ -7,8 +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.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'", + "numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'", "setuptools", "wheel", ]