-
Notifications
You must be signed in to change notification settings - Fork 0
chore: document QSL legacy dependency reason #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@7032cde4547e7ec59af15df8935d142461a77051 | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@37c81901160c5b31127a27dba1c63944933fb6bf | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In the same test run, Useful? React with 👍 / 👎. |
||
| pandas>=3.0.3 | ||
| numpy>=2.4.6,<2.5 | ||
| requests>=2.34.2 | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the repo test suite is run,
tests/test_qsl_metadata.pystill asserts thatqsl.compat.bundleis2026.07.1, so changing this value to2026.07.2makespython -m pytest tests/test_qsl_metadata.py tests/test_monthly_publish_workflow_config.py -qfail before any compatibility checks can pass. Update the test fixture/assertion alongside the metadata bump, or keep the bundle value unchanged.Useful? React with 👍 / 👎.