Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +1 -4
pyproject.toml
CHANGED
@@ -12,10 +12,7 @@ transformers = "4.29.2"
|
|
12 |
flask = "2.0.3"
|
13 |
xgboost = "1.7.6"
|
14 |
werkzeug = "2.2.2"
|
15 |
-
torch =
|
16 |
-
{version = "2.0.1", markers = "sys_platform == 'darwin'"},
|
17 |
-
{version = "2.0.1", markers = "sys_platform != 'darwin'", source = "https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl#sha256=fbe35a5c60aef0c4b5463caab10ba905bdfa07d6d16b7be5d510225c966a0b46"}
|
18 |
-
]
|
19 |
|
20 |
[tool.poetry.dev-dependencies]
|
21 |
|
|
|
12 |
flask = "2.0.3"
|
13 |
xgboost = "1.7.6"
|
14 |
werkzeug = "2.2.2"
|
15 |
+
torch = {url = "https://download.pytorch.org/whl/cpu-cxx11-abi/torch-2.0.1%2Bcpu.cxx11.abi-cp38-cp38-linux_x86_64.whl#sha256=fbe35a5c60aef0c4b5463caab10ba905bdfa07d6d16b7be5d510225c966a0b46"}
|
|
|
|
|
|
|
16 |
|
17 |
[tool.poetry.dev-dependencies]
|
18 |
|