This commit is contained in:
deng
2025-11-04 23:29:20 +08:00
parent 4ff430d2c3
commit addc09e9db
9 changed files with 313 additions and 13 deletions

View File

@ -7,6 +7,7 @@ requires-python = ">=3.13"
dependencies = [
"langchain>=0.3.27",
"langchain-openai>=0.3.32",
"pandas>=2.3.2",
"streamlit>=1.49.1",
]
@ -25,4 +26,4 @@ target-version = "py313"
select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "single"
quote-style = "single"