Spaces:
Runtime error
Runtime error
Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -14,7 +14,7 @@ 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'",
|
18 |
]
|
19 |
|
20 |
[tool.poetry.dev-dependencies]
|
|
|
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]
|