Skip to content
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

[Feature] Use Forked Release Of Pandas-TA To Support Numpy2 #7032

Merged
merged 8 commits into from
Feb 19, 2025

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • We're not likely to see a new version of pandas-ta distributed to PyPI anytime soon, despite it already being fine.
  2. What?:

    • Makes a fork of pandas-ta, change just enough to build a wheel and remove the pin at numpy==1.26.4
      • drop-in replacement, the import stays the same.
    • Changes the relevant pyproject.toml files to point at the forked version.
    • Updates openbb-charting for Plotly V6
    • Fixes a couple of small things to adjust for higher versions.
  3. Impact:

    • No operational changes.
  4. Testing Done:

    • Verifies all unit/integration tests for the affected packages work.

@deeleeramone deeleeramone added this pull request to the merge queue Feb 19, 2025
Merged via the queue into develop with commit 65d7275 Feb 19, 2025
14 checks passed
@deeleeramone deeleeramone deleted the feature/fork-pandas-ta branch March 5, 2025 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants