Spaces:
Runtime error
Runtime error
lgfunderburk
commited on
Commit
•
398120a
1
Parent(s):
7688491
add header
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
11 |
-
farm-haystack = "^1.20.1"
|
12 |
chainlit = "^0.7.0"
|
13 |
openai = "^0.28.0"
|
14 |
jupyter = "^1.0.0"
|
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
11 |
+
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
|
12 |
chainlit = "^0.7.0"
|
13 |
openai = "^0.28.0"
|
14 |
jupyter = "^1.0.0"
|