diff options
| author | Adam Janovsky | 2025-02-13 16:07:53 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2025-02-13 16:07:53 +0100 |
| commit | 294f62bfff841fc48b0060971eaba519cce47307 (patch) | |
| tree | 3f39bec10ba14ff5b3e688ab1a50bbd3216b8a66 | |
| parent | 443d38c9cf6d6e76c6667484a185839dd821fd11 (diff) | |
| download | sec-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.toml | 2 |
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", |
