summaryrefslogtreecommitdiff
path: root/devel/py-thinc/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-thinc/files/patch-pyproject.toml')
-rw-r--r--devel/py-thinc/files/patch-pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-thinc/files/patch-pyproject.toml b/devel/py-thinc/files/patch-pyproject.toml
index 5d6899a09385..c542d52b4d61 100644
--- a/devel/py-thinc/files/patch-pyproject.toml
+++ b/devel/py-thinc/files/patch-pyproject.toml
@@ -7,7 +7,7 @@
- "blis>=1.0.0,<1.1.0",
- "numpy>=2.0.0,<3.0.0; python_version < '3.9'",
- "numpy>=2.0.0,<3.0.0; python_version >= '3.9'",
-+ "blis>=1.0.0,<1.3.0",
++ "blis>=1.0.0,<1.4.0",
+ "numpy>=0,<3.0.0; python_version < '3.9'",
+ "numpy>=0,<3.0.0; python_version >= '3.9'",
]