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

python3Packages.gensim: fix build with scipy 1.13 #308620

Closed
wants to merge 1 commit into from

Commits on May 2, 2024

  1. python3Packages.gensim: fix build with scipy 1.13

    python3Packages.scipy update to 1.13.0 removed triu.
    Patch from upstream commit replaces it with numpy.triu
    if import from scipy.linalg.triu fails.
    
    piskvorky/gensim#3524
    scipy/scipy#19674
    ghpzin committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2092fe4 View commit details
    Browse the repository at this point in the history