Spaces:
Sleeping
Sleeping
File size: 618 Bytes
d27824a 759bf41 d27824a 787b0b5 d27824a b42781c d27824a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | [project]
name = "breakdown-risk-demo"
version = "0.1.0"
description = "Breakdown-risk classifier demo"
readme = "README.md"
requires-python = "==3.12.*"
dependencies = [
"gradio==6.20.0",
"sentence-transformers>=5.6.1",
"transformers>=5",
"datasets>=3",
"scikit-learn>=1.5",
"joblib>=1.4",
"huggingface-hub>=1",
"torch>=2.2",
"numpy>=2",
"tzdata>=2025.1",
]
[tool.uv]
package = false
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[tool.uv.sources]
torch = [{ index = "pytorch-cpu", marker = "sys_platform == 'linux'" }]
|