mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-28 10:26:27 +00:00
upgrade FARM version
This commit is contained in:
parent
eee2676cb0
commit
eaf42a8c21
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user