ports/textproc/py-gensim/files/patch-pyproject.toml
Yuri Victorovich 96886ab6fd textproc/py-gensim: update 4.3.2 → 4.3.3
Reported by:	portscout
2024-09-18 20:11:42 -07:00

12 lines
604 B
TOML

--- 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",
]