mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-13 08:33:57 +00:00
Bump FARM version to 0.4.7 (#340)
This commit is contained in:
parent
26e4e7ad7a
commit
d821e8d260
@ -1,4 +1,4 @@
|
|||||||
farm==0.4.6
|
farm==0.4.7
|
||||||
--find-links=https://download.pytorch.org/whl/torch_stable.html
|
--find-links=https://download.pytorch.org/whl/torch_stable.html
|
||||||
fastapi
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
|
|||||||
3
setup.py
3
setup.py
@ -18,7 +18,8 @@ def parse_requirements(filename):
|
|||||||
parsed_requirements = file.read().splitlines()
|
parsed_requirements = file.read().splitlines()
|
||||||
parsed_requirements = [line.strip()
|
parsed_requirements = [line.strip()
|
||||||
for line in parsed_requirements
|
for line in parsed_requirements
|
||||||
if not ((line.strip()[0] == "#") or line.strip().startswith('--find-links'))]
|
if not ((line.strip()[0] == "#") or line.strip().startswith('--find-links') or ("git+https" in line))]
|
||||||
|
|
||||||
return parsed_requirements
|
return parsed_requirements
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user