From a755c84cc14a3a5838c9cf499d50127ca70b3b73 Mon Sep 17 00:00:00 2001 From: Jithin James Date: Mon, 15 May 2023 01:42:38 +0530 Subject: [PATCH] fix: remove incorrect version --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56494043b..2232962c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ dependencies = [ "nltk", "datasets", "spacy<4.0.0,>=3.0.0", - "en-core-web-sm", ] dynamic = ["version", "readme"]