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 d737da9 commit 1b437e7
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="tldrstory",
version="1.3.0",
version="1.4.0",
author="NeuML",
description="AI-powered understanding of headlines and story text",
long_description=DESCRIPTION,
Expand All @@ -27,7 +27,7 @@
"praw>=7.1.0",
"requests>=2.24.0",
"streamlit>=0.68.0",
"txtai>=2.0.0"
"txtai[api]>=3.2.0"
],
classifiers=[
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 1b437e7

Please sign in to comment.