From 189926cb6c8e25d4a30412c22e4e92d7dfb7cdf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:49:36 +0000 Subject: [PATCH 1/2] Initial plan From f3683b51be6b8811a04b7f76fcc3e554bd1ce3ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Jul 2026 12:53:30 +0000 Subject: [PATCH 2/2] Add explicit click dependency to fix spaCy import in tests Co-authored-by: MarcCote <660004+MarcCote@users.noreply.github.com> --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fb3ad59..90c8d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ numpy spacy>=2.1.0 +click termcolor