Skip to content

Commit

Permalink
Upgrade transformers/sentence-transformers, fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Sep 11, 2020
1 parent 8ab5f2e commit d70f9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DESCRIPTION = f.read()

setup(name="txtai",
version="1.2.0",
version="1.2.1",
author="NeuML",
description="AI-powered search engine",
long_description=DESCRIPTION,
Expand Down Expand Up @@ -33,8 +33,8 @@
"scikit-learn>=0.23.1",
"torch>=1.4.0",
"tqdm>=4.46.0",
"sentence-transformers>=0.3.3",
"transformers==3.0.2"
"sentence-transformers>=0.3.6",
"transformers>=3.1.0"
],
classifiers=[
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit d70f9bc

Please sign in to comment.