diff --git a/pyproject.toml b/pyproject.toml index 1a7c229..727b37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pandas>=2.0", - "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@72008f44050b0dc7415334535dbe784793180159", + "hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@b5254a6fce63f42060fa8df95b9ee3bcb2d18284", ] [project.optional-dependencies] diff --git a/uv.lock b/uv.lock index 354c873..4265be7 100644 --- a/uv.lock +++ b/uv.lock @@ -6,10 +6,10 @@ resolution-markers = [ "python_full_version >= '3.14' and sys_platform == 'emscripten'", "python_full_version >= '3.14' and sys_platform != 'emscripten' and sys_platform != 'win32'", "python_full_version >= '3.12' and python_full_version < '3.14' and sys_platform == 'win32'", - "python_full_version < '3.12' and sys_platform == 'win32'", "python_full_version >= '3.12' and python_full_version < '3.14' and sys_platform == 'emscripten'", - "python_full_version < '3.12' and sys_platform == 'emscripten'", "python_full_version >= '3.12' and python_full_version < '3.14' and sys_platform != 'emscripten' and sys_platform != 'win32'", + "python_full_version < '3.12' and sys_platform == 'win32'", + "python_full_version < '3.12' and sys_platform == 'emscripten'", "python_full_version < '3.12' and sys_platform != 'emscripten' and sys_platform != 'win32'", ] @@ -258,7 +258,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=72008f44050b0dc7415334535dbe784793180159" }, + { name = "hk-equity-strategies", git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=b5254a6fce63f42060fa8df95b9ee3bcb2d18284" }, { name = "longbridge", marker = "extra == 'longbridge'", specifier = ">=4.2,<5" }, { name = "pandas", specifier = ">=2.0" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=8" }, @@ -269,7 +269,7 @@ provides-extras = ["test", "longbridge", "public-data"] [[package]] name = "hk-equity-strategies" version = "0.4.7" -source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=72008f44050b0dc7415334535dbe784793180159#72008f44050b0dc7415334535dbe784793180159" } +source = { git = "https://github.com/QuantStrategyLab/HkEquityStrategies.git?rev=b5254a6fce63f42060fa8df95b9ee3bcb2d18284#b5254a6fce63f42060fa8df95b9ee3bcb2d18284" } dependencies = [ { name = "pandas" }, { name = "quant-platform-kit" }, @@ -671,7 +671,7 @@ wheels = [ [[package]] name = "quant-platform-kit" version = "0.10.0" -source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3acab1923a97b805b077c85c6c19657be0143bac#3acab1923a97b805b077c85c6c19657be0143bac" } +source = { git = "https://github.com/QuantStrategyLab/QuantPlatformKit.git?rev=3b74a445b370745fcb7bc380b4f37e9bf2f7cf56#3b74a445b370745fcb7bc380b4f37e9bf2f7cf56" } [[package]] name = "requests"