diff --git a/pyproject.toml b/pyproject.toml index ed2715f..ec80e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@1bced052d515373e88620dae48499a4ad44c10f7", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@275679cf1fc539132f00f875a5f00b3c8d650b94", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 063c065..9f57c3f 100644 --- a/uv.lock +++ b/uv.lock @@ -250,7 +250,7 @@ test = [ [package.metadata] requires-dist = [ { name = "akshare", marker = "extra == 'public-data'", specifier = ">=1.14" }, - { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=8dfadcf8a4dc6cc516f27a4013248474603d8ce2" }, + { name = "cn-equity-strategies", git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=275679cf1fc539132f00f875a5f00b3c8d650b94" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, ] @@ -259,7 +259,7 @@ provides-extras = ["test", "public-data"] [[package]] name = "cn-equity-strategies" version = "0.1.0" -source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=8dfadcf8a4dc6cc516f27a4013248474603d8ce2#8dfadcf8a4dc6cc516f27a4013248474603d8ce2" } +source = { git = "https://github.com/QuantStrategyLab/CnEquityStrategies.git?rev=275679cf1fc539132f00f875a5f00b3c8d650b94#275679cf1fc539132f00f875a5f00b3c8d650b94" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" },