Update FARM version

This commit is contained in:
Malte Pietsch 2020-04-17 15:55:26 +02:00 committed by GitHub
parent 21d5a42f7e
commit c37a685e7f
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@1b84b18ce3f8d4f75bdf2276f0eb9271f09f51a5#egg=farm@v2.4.2#egg=farm')
setup(
name="farm-haystack",