From c37a685e7f5cdafd24e1faf0f420fdbb3f63b16a Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Fri, 17 Apr 2020 15:55:26 +0200 Subject: [PATCH] Update FARM version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1784c1b3f..80ac59806 100644 --- a/setup.py +++ b/setup.py @@ -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",