upgrade FARM version

This commit is contained in:
Malte Pietsch 2020-02-28 18:23:15 +01:00
parent eee2676cb0
commit eaf42a8c21
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# FARM pre-0.4.2 # FARM pre-0.4.2
-e git://github.com/deepset-ai/FARM.git@dd75709225c5f0aa1250ab424d4fb766e21de952#egg=farm -e git://github.com/deepset-ai/FARM.git@a454350d792e11a97a993b9157ea69574621f129#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@dd75709225c5f0aa1250ab424d4fb766e21de952#egg=farm@v2.4.1#egg=farm') parsed_requirements.append('farm @ git+https://github.com/deepset-ai/FARM.git@a454350d792e11a97a993b9157ea69574621f129#egg=farm@v2.4.1#egg=farm')
setup( setup(
name="farm-haystack", name="farm-haystack",