File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Generated: 2026-07-01
44# Auto-updated by update-qpk-pin.yml on every push to QPK main.
55
6- quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b9a7df85cfc848cebcc3aa6e1d77ec34ca7611ab
7- us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@64342a1e95a687c29a2be6f0b771e4a7be15b8b8
8- hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@3746fa4b10806feb50a51d1aa449ccf8aee7b1ae
6+ quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8
7+ us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@46887bc3f5454d5b59623b1f5efb7c65912c6b8b
8+ hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@61993bf261aeccf64b5a75428b9405f4e1d1d682
99cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@f6c735c33047d7613a23d5df018ed32f394e6001
1010crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@de016240923727d60ba023fef345cebcfdae80df
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def main():
2020 target = fetch_pin ()
2121 print (f"QPK_PIN: { target [:12 ]} ..." )
2222 errors = 0
23- for path in sorted (Path .cwd ().glob ("**/requirements*.txt" )) + sorted (Path .cwd ().glob ("**/pyproject.toml" )):
23+ for path in sorted (Path .cwd ().glob ("**/requirements*.txt" )) + sorted (Path .cwd ().glob ("**/constraints*.txt" )) + sorted ( Path . cwd (). glob ( "**/ pyproject.toml" )):
2424 if "external" in str (path ): continue
2525 content = path .read_text ()
2626 updated = content
You can’t perform that action at this time.
0 commit comments