Localize mega-cap strategy status name#165
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9b99f52d6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| gunicorn | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@9d9682533578c7e5a9e02ea80040b7014898e4dd | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c7a1ae5e804b720f2ab6412451b9e8ee3341ff20 | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@2a711adf60b585ca02932bab9ee1bac7ce1df7c6 |
There was a problem hiding this comment.
Align the shared kit pin with HK dependency
In a clean pip install -r requirements.txt, this new direct URL conflicts with the still-pinned hk-equity-strategies dependency: HkEquityStrategies at 196f16b... declares quant-platform-kit @ ...@9d968253... in its pyproject.toml, while the top-level requirements now request ...@2a711ad.... pip cannot satisfy two different direct references for the same project, so fresh deployments that install the full requirements set will fail before the app starts; update the HK strategy package/pin together with this bump or remove the conflicting transitive pin.
Useful? React with 👍 / 👎.
Summary
Tests
Note: full platform tests require pandas through strategy runtime imports; not installed on this VPS.