Update US equity strategies dependency#103
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1bee81a99c
ℹ️ 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".
| firstrade==0.0.39 | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@b846c9d777a450e95d23c264853997d671f47dd9 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@f92301b329ab5054ec5ed6fb8ce043b48ff18a0e | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@22689494e922a8b18349562edcc6389d2faaed8f |
There was a problem hiding this comment.
Update the editable-install dependency pin too
This bumps only requirements.txt, but the documented quick start uses python -m pip install -e ., which resolves dependencies from pyproject.toml; that file still pins us-equity-strategies to d08492ea... instead of this new 22689494.... Anyone installing the platform as a package (including local devs following README.md:41 or build flows that use project metadata) will still run against the old strategy package and won't see the clarified Nasdaq 100 / S&P 500 Smart DCA name this change is meant to deliver.
Useful? React with 👍 / 👎.
Summary
Tests