From 2d3d77e00c5ae79a7a601b538c9c07b6e16a9622 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 11 Sep 2023 09:33:20 +0200 Subject: [PATCH] pin confection to at least 0.1.3 (#290) --- requirements.txt | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 99a880d2..64732698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ spacy>=3.5.0,<4.0.0 +confection>=0.1.3,<1.0.0 jinja2 pytest>=5.2.0,!=7.1.0 pytest-timeout>=1.3.0,<2.0.0 diff --git a/setup.cfg b/setup.cfg index a44361e5..7363261a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ python_requires = >=3.6 install_requires = spacy>=3.5,<4.0 jinja2 + confection>=0.1.3,<1.0.0 [options.entry_points] spacy_factories =