Skip to content

Commit

Permalink
Update to txtai 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Aug 18, 2021
1 parent 2c7365d commit 15b28b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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=[
Expand Down

0 comments on commit 15b28b8

Please sign in to comment.