Spaces:
Sleeping
Sleeping
| [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"] | |