aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2025-02-13 16:07:53 +0100
committerAdam Janovsky2025-02-13 16:07:53 +0100
commit294f62bfff841fc48b0060971eaba519cce47307 (patch)
tree3f39bec10ba14ff5b3e688ab1a50bbd3216b8a66
parent443d38c9cf6d6e76c6667484a185839dd821fd11 (diff)
downloadsec-certs-294f62bfff841fc48b0060971eaba519cce47307.tar.gz
sec-certs-294f62bfff841fc48b0060971eaba519cce47307.tar.zst
sec-certs-294f62bfff841fc48b0060971eaba519cce47307.zip
cap spacy<3.8.0 due to https://github.com/explosion/cython-blis/issues/117
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 377c6584..a13f9e77 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@
"setuptools-scm",
"ipykernel",
"ipywidgets",
- "spacy",
+ "spacy<3.8.0",
"pkgconfig",
"seaborn",
"pySankeyBeta",