fix: uv package issue and we now are able to install tradingagents by uv

This commit is contained in:
Max Lin 2025-10-22 23:58:10 +08:00
parent 13b826a31d
commit 61278d1d0d
2 changed files with 8 additions and 0 deletions

View File

@ -33,3 +33,11 @@ dependencies = [
"typing-extensions>=4.14.0",
"yfinance>=0.2.63",
]
[build-system]
requires = ["uv_build>=0.8.5, <0.9.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
module-name = "tradingagents"
module-root = ""

View File