Spaces:
Runtime error
Runtime error
lgfunderburk
commited on
Commit
•
0803c7d
1
Parent(s):
d07a63b
add cuda
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -7,7 +7,7 @@ license = "Apache 2.0"
|
|
7 |
readme = "README.md"
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
-
python = "^3.
|
11 |
torch = "1.11.0+cpu"
|
12 |
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
|
13 |
chainlit = "^0.7.0"
|
|
|
7 |
readme = "README.md"
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
+
python = "^3.9"
|
11 |
torch = "1.11.0+cpu"
|
12 |
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
|
13 |
chainlit = "^0.7.0"
|