fix: uv package issue and we now are able to install tradingagents by uv
This commit is contained in:
parent
13b826a31d
commit
61278d1d0d
|
|
@ -33,3 +33,11 @@ dependencies = [
|
||||||
"typing-extensions>=4.14.0",
|
"typing-extensions>=4.14.0",
|
||||||
"yfinance>=0.2.63",
|
"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 = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue