From a1018a329284d3d4227a766944d166bd022f3448 Mon Sep 17 00:00:00 2001 From: Nicolas Dalsass Date: Tue, 3 Dec 2024 12:24:40 +0100 Subject: [PATCH] Don't allow spacy3.8 and further Spacy3.8 bootstraps a requirements chain that needs numpy2, but we're not ready for that yet. This updated code env still won't build because on sudachipy on macOS, but it's okay on unix systems. --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 892a43f..0b41fec 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -1,4 +1,4 @@ -spacy[lookups,ja,th]~=3.0 +spacy[lookups,ja,th]<3.8 regex==2020.11.13 emoji==1.2.0 pymorphy2==0.9.1