From 1e12af054f62e1e2618d10e02bdff43709a76712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:43:49 +0000 Subject: [PATCH] Update spacy requirement from <=3.7.5 to <=3.8.2 Updates the requirements on [spacy](https://github.com/explosion/spaCy) to permit the latest version. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/0.93...release-v3.8.2) --- updated-dependencies: - dependency-name: spacy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33644819..283ad1d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "retina_face", "ammico-lavis>=1.0.2.3", "setuptools", - "spacy<=3.7.5", + "spacy<=3.8.2", "tensorflow>=2.13.0", "torch<2.4.0", "transformers",