mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-28 02:16:32 +00:00
upgrade FARM version
This commit is contained in:
parent
eee2676cb0
commit
eaf42a8c21
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
uvicorn
|
||||
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)
|
||||
]
|
||||
# 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(
|
||||
name="farm-haystack",
|
||||
|
Loading…
x
Reference in New Issue
Block a user