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=[