diff --git a/pyproject.toml b/pyproject.toml index 9ea42ce..c8faaa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ authors = [{ name = "QuantStrategyLab" }] dependencies = [ "flask>=3.0", "pandas>=2.0", - "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@bc5351d3567b2bb60416dc969062c37eedbbf65e", - "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@92d3cfea1e979ab072718f6f5415b20f8d952351", + "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@d18fe32b57a0a8bb746bebf6f11465dd68107eae", + "cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@adef3cc2d62c0d0ef566ebd004624a4046a1d6f9", ] [project.optional-dependencies]