From 15b28b826a2fecbbf1c962e5ea5430a4f140b343 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 17 Aug 2021 20:51:27 -0400 Subject: [PATCH] Update to txtai 3.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3eb0875..c2bcf68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ DESCRIPTION = f.read() setup(name="paperai", - version="1.8.0", + version="1.9.0", author="NeuML", description="AI-powered literature discovery and review engine for medical/scientific papers", long_description=DESCRIPTION, @@ -32,7 +32,7 @@ "networkx>=2.4", "PyYAML>=5.3", "regex>=2020.5.14", - "txtai>=2.0.0", + "txtai[api,similarity]>=3.2.0", "txtmarker>=1.0.0" ], classifiers=[