Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@230854059c11a3711fed4bd997e3f8a7f37cba32",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the QPK pin aligned with QPK_PIN

In .github/workflows/ci.yml:67-72, CI runs QPK's check_qpk_pin_consistency.py with --pin-file external/QuantPlatformKit/QPK_PIN; I checked QuantPlatformKit at 5d4bbd0e7ef9... and current main, and that QPK_PIN still contains 230854059c11.... For pushes/PRs where the workflow checks out QPK main or this 5d4 commit, this new manifest pin is therefore reported as a mismatch in pyproject.toml/uv.lock and the required CI job exits before tests run; keep the manifests on 230854... until QPK_PIN advances, or advance QPK_PIN with the pin.

Useful? React with 👍 / 👎.

]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion qsl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ upgrade_ring = "ring_b"
bundle = "2026.07.4"
requires = [
"pandas>=2.0",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@230854059c11a3711fed4bd997e3f8a7f37cba32",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b",
]
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading