Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaysoni committed May 5, 2020
1 parent f96d2d2 commit b4842f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
for x in parsed_requirements
if ((x.strip()[0] != "#") and (len(x.strip()) > 3) and "-e git://" not in x)
]
# temporary workaround to install FARM from specific commit
parsed_requirements.append('farm @ git+https://github.com/deepset-ai/FARM.git@ecee40e34781394a805c7dde14e6cc2570372798#[email protected]#egg=farm')

setup(
name="farm-haystack",
version="0.2.0",
version="0.2.1",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
author_email="[email protected]",
description="Neural Question Answering at Scale. Use modern transformer based models like BERT to find answers in large document collections",
Expand All @@ -24,7 +22,7 @@
keywords="QA Question-Answering Reader Retriever 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.1.3.tar.gz",
download_url="https://github.com/deepset-ai/haystack/archive/0.2.1.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=parsed_requirements,
python_requires=">=3.6.0",
Expand Down

0 comments on commit b4842f2

Please sign in to comment.