Update FARM version

This commit is contained in:
Tanay Soni 2020-04-20 15:28:10 +02:00
parent aafeb2072a
commit 07df974880
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# FARM pre-0.4.3
-e git://github.com/deepset-ai/FARM.git@1b84b18ce3f8d4f75bdf2276f0eb9271f09f51a5#egg=farm
-e git://github.com/deepset-ai/FARM.git@ecee40e34781394a805c7dde14e6cc2570372798#egg=farm
fastapi
uvicorn
flask_sqlalchemy

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