Skip to content

Commit

Permalink
Adds missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AmenRa committed Aug 24, 2023
1 parent e959ebe commit 8777078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="retriv",
version="0.2.2",
version="0.2.3",
author="Elias Bassani",
author_email="[email protected]",
description="retriv: A Python Search Engine for Humans.",
Expand All @@ -32,6 +32,7 @@
"transformers[torch]",
"faiss-cpu",
"autofaiss",
"multipipe",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 8777078

Please sign in to comment.