diff --git a/setup.py b/setup.py index 14d68a619..1784c1b3f 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@5d78cbe6293da616f7285ba2d3588efe5d5b453a#egg=farm@v2.4.1#egg=farm') setup( name="farm-haystack",