From 89b7909ac9c167e1e5c19cb420d5f8cc84c832ae Mon Sep 17 00:00:00 2001 From: Hong Phuc Date: Tue, 5 May 2026 23:03:16 +0700 Subject: [PATCH] feat: enable spaCy 3.8.14 with Python 3.14 support Co-Authored-By: RuFlo --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e25cb9d..5d44ba8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ clean-text==0.7.1 unidecode==1.4.0 torch==2.11.0 transformers==4.57.6 -# spacy==3.8.7 # Optional: only for advanced text parsing (not yet Python 3.14 compatible) +spacy==3.8.14 av>=14.0 elevenlabs==2.44.0 yt-dlp==2026.3.17