astera-customerAI / pyproject.toml
G-ACE's picture
Deploy free local 4B+4B+8B 829d4932ef224f7b02587a37d9948c47459042ac KB kb-20260814T042741+0900
775cbe6 verified
Raw
History Blame Contribute Delete
611 Bytes
[project]
name = "astera-customer-ai"
version = "0.0.0"
requires-python = ">=3.11"
dependencies = ["fastapi>=0.128,<1", "uvicorn>=0.48,<1", "pydantic>=2.12,<3", "httpx>=0.28,<1", "rapidfuzz==3.14.3", "pyyaml>=6,<7", "huggingface_hub>=1.24,<2", "hf-xet>=1.1,<2"]
[project.optional-dependencies]
training = ["datasets", "transformers", "peft", "trl"]
test = ["pytest==9.0.2", "pytest-asyncio>=1,<2", "ruff>=0.12,<1", "huggingface_hub>=1.24,<2"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
[tool.ruff]
line-length = 120
[tool.ruff.lint.per-file-ignores]
"runtime/state.py" = ["F401"]