summaryrefslogtreecommitdiff
path: root/devel/py-thinc8/files/patch-pyproject.toml
blob: 2f41f84601d5ce51b887e377130114b9e172ca48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- pyproject.toml.orig	2025-04-04 11:10:41 UTC
+++ pyproject.toml
@@ -1,12 +1,12 @@ requires = [
 [build-system]
 requires = [
     "setuptools",
-    "cython>=3.0,<4.0",
+    "cython>=0,<4.0",
     "murmurhash>=1.0.2,<1.1.0",
     "cymem>=2.0.2,<2.1.0",
     "preshed>=3.0.2,<3.1.0",
     "blis>=1.3.0,<1.4.0",
-    "numpy>=2.0.0,<3.0.0",
+    "numpy>=1.19.0,<3.0.0",
 ]
 build-backend = "setuptools.build_meta"