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 @@ -7,5 +7,5 @@ pandas_market_calendars
pytest
pytz
requests
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.

P2 Badge Keep the constraints pin in sync

This updates requirements.txt to require QPK 0063af3..., but constraints.txt:6 still constrains quant-platform-kit to b9a7df.... In any environment that installs with pip install -r requirements.txt -c constraints.txt (pip help: -c “Constrain versions using the given constraints file”), the requirement and constraint now disagree for the same package, so dependency resolution can fail or keep tooling pointed at the old QPK commit; the existing consistency check also only scans requirements*.txt and pyproject.toml, so it will not catch this stale constraints entry.

Useful? React with 👍 / 👎.

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