blob: 3e51c0907ad01fc9f265c15918f070c6d4ac0f20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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",
]
|