Spaces:
Sleeping
Sleeping
File size: 592 Bytes
221f6de f0435c4 221f6de 832d0a1 3505725 221f6de f0435c4 | 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 | [project]
name = "daily-ra"
version = "0.1.0"
description = "Daily Risk Assessment Application"
requires-python = ">=3.10"
dependencies = [
"streamlit>=1.28.0",
"psycopg2-binary>=2.9.9",
"pandas>=2.0.0",
"sentence-transformers>=2.2.0",
"sudachipy>=0.6.0",
"sudachidict-core>=20240716",
"python-dotenv>=1.0.0",
"pydantic-ai>=1.3.0",
"openai>=2.6.0",
"anthropic>=0.71.0",
"openpyxl>=3.1.5",
"torch>=2.9.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/daily_ra"]
|