Update FARM version

This commit is contained in:
Malte Pietsch 2020-04-17 15:36:24 +02:00 committed by GitHub
parent 7a2e4e7fb7
commit 21d5a42f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ 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@5d78cbe6293da616f7285ba2d3588efe5d5b453a#egg=farm@v2.4.1#egg=farm')
# parsed_requirements.append('farm @ git+https://github.com/deepset-ai/FARM.git@5d78cbe6293da616f7285ba2d3588efe5d5b453a#egg=farm@v2.4.1#egg=farm')
setup(
name="farm-haystack",