From e29f0ddf03afa438b39513783acd8092ea98ae12 Mon Sep 17 00:00:00 2001 From: Lelouche Date: Wed, 21 Jul 2021 14:59:39 -0400 Subject: [PATCH] Adding the spacy data packages to the __compatible__ variable --- cv_py/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cv_py/__init__.py b/cv_py/__init__.py index 2abf8ef8e6..131ca486e5 100644 --- a/cv_py/__init__.py +++ b/cv_py/__init__.py @@ -1,5 +1,12 @@ __title__ = "cv-py" __compatible__ = { - "cord19_cdcs": "~0.2.0", + "cord19_cdcs": "~0.2.3", + "en_core_sci_sm": "0.2.4", + "en_core_sci_md": "0.2.4", + "en_core_sci_lg": "0.2.4", + "en_ner_craft_md": "0.2.4", + "en_ner_jnlpba_md": "0.2.4", + "en_ner_bc5cdr_md": "0.2.4", + "en_ner_bionlp13cg_md": "0.2.4" } __release__ = True