Skip to content
Merged
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ google-cloud-secret-manager
google-cloud-storage
google-auth
numpy
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b9a7df85cfc848cebcc3aa6e1d77ec34ca7611ab
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0063af3b4a974650ea58a7d3f26dd1b94f65d3e8

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 Update the QPK constraint alongside the requirement

When building the Docker image, Dockerfile:13-16 copies both dependency files and runs python -m pip install -r requirements.txt -c constraints.txt. This line now requests QPK at 0063af3, while constraints.txt:6 still constrains the same package to b9a7df8; pip install --help defines -c, --constraint as constraining versions with the given file, and a local dry-run with two different direct refs reports ResolutionImpossible, so container builds using the Dockerfile will fail until the constraint pin is updated too.

Useful? React with 👍 / 👎.

us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@64342a1e95a687c29a2be6f0b771e4a7be15b8b8
Loading