update farm version

This commit is contained in:
Malte Pietsch 2020-01-23 17:31:28 +01:00
parent 3ccd42f981
commit a0293cc996
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# FARM (incl. transformers 2.3.0 with pipelines) # FARM (incl. transformers 2.3.0 with pipelines)
#farm -e git+https://github.com/deepset-ai/FARM.git@1d30237b037050ef0ac5516f427443cdd18a4d43 #farm -e git+https://github.com/deepset-ai/FARM.git@1d30237b037050ef0ac5516f427443cdd18a4d43
-e git://github.com/deepset-ai/FARM.git@1d30237b037050ef0ac5516f427443cdd18a4d43#egg=farm -e git://github.com/deepset-ai/FARM.git@e6224bd87ee50f3ff8bb23415e7f3a1b4793a257#egg=farm
fastapi fastapi
uvicorn uvicorn
flask_sqlalchemy 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) if ((x.strip()[0] != "#") and (len(x.strip()) > 3) and "-e git://" not in x)
] ]
# temporary workaround to install FARM from specific commit # temporary workaround to install FARM from specific commit
parsed_requirements.append('farm @ git+https://github.com/deepset-ai/FARM.git@1d30237b037050ef0ac5516f427443cdd18a4d43#egg=farm@v2.3.0#egg=farm') parsed_requirements.append('farm @ git+https://github.com/deepset-ai/FARM.git@e6224bd87ee50f3ff8bb23415e7f3a1b4793a257#egg=farm@v2.3.0#egg=farm')
setup( setup(
name="farm-haystack", name="farm-haystack",