ports/devel/py-thinc8/files/patch-setup.cfg

22 lines
566 B
INI

--- setup.cfg.orig 2025-04-04 11:10:50 UTC
+++ setup.cfg
@@ -32,8 +32,8 @@ setup_requires =
include_package_data = true
python_requires = >=3.9,<3.14
setup_requires =
- cython>=3.0,<4.0
- numpy>=2.0.0,<3.0.0
+ cython>=0,<4.0
+ numpy>=1.19.0,<3.0.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
murmurhash>=1.0.2,<1.1.0
@@ -48,7 +48,7 @@ install_requires =
catalogue>=2.0.4,<2.1.0
confection>=0.0.1,<1.0.0
setuptools
- numpy>=2.0.0,<3.0.0
+ numpy>=1.19.0,<3.0.0
pydantic>=2.0.0,<3.0.0
packaging>=20.0
dataclasses>=0.6,<1.0; python_version < "3.7"