-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ def get_dependency_links(filename): | |
|
||
setup( | ||
name="farm-haystack", | ||
version="0.6.0", | ||
version="0.7.0", | ||
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni", | ||
author_email="[email protected]", | ||
description="Neural Question Answering & Semantic Search at Scale. Use modern transformer based models like BERT to find answers in large document collections", | ||
|
@@ -56,7 +56,7 @@ def get_dependency_links(filename): | |
keywords="QA Question-Answering Reader Retriever semantic-search search BERT roberta albert squad mrc transfer-learning language-model transformer", | ||
license="Apache", | ||
url="https://github.com/deepset-ai/haystack", | ||
download_url="https://github.com/deepset-ai/haystack/archive/0.6.0.tar.gz", | ||
download_url="https://github.com/deepset-ai/haystack/archive/0.7.0.tar.gz", | ||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), | ||
dependency_links=dependency_links, | ||
install_requires=parsed_requirements, | ||
|