chore: update qpk dependency pin - #289
Conversation
Co-Authored-By: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e88a9a29d
ℹ️ 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".
| google-cloud-storage | ||
| yfinance | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b9a7df85cfc848cebcc3aa6e1d77ec34ca7611ab | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8 |
There was a problem hiding this comment.
Update the constraints pin with the requirement
When the Docker image is built, Dockerfile copies both files and runs python -m pip install -r requirements.txt -c constraints.txt, but constraints.txt:6 still pins quant-platform-kit to b9a7df... while this line now requests 0063af.... I checked pip install --help, which describes -c, --constraint as constraining versions, and pip rejects conflicting direct-URL requirements for the same package, so this commit makes container builds fail until the constraint is updated too.
Useful? React with 👍 / 👎.
Co-Authored-By: Codex <noreply@openai.com>
Summary\n- update quant-platform-kit dependency to QPK_PIN 0063af3, which includes the plugin Telegram manual-review fix\n\n## Tests\n- python3.11 scripts/check_qpk_pin_consistency.py