From ca755ccdf996fd45eb8ee693b596d4c419a1ef2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Mon, 7 Aug 2023 15:14:31 +0200 Subject: [PATCH] fix: tmp cap thinc version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e0bdc237..b59ba8f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "rich>=12.0.0", "scikit-learn>=1.0.0", "spacy>=3.1,<3.5.0", - "thinc>=8.0.14", + "thinc>=8.0.14,<8.1.11", "tqdm", "umls-downloader>=0.1.1", "numpy>=1.15.0,<1.23.2; python_version<'3.8'",