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

TB_Plugin_CI bug fix: add mpmath==1.3.0 to fix missing attribute rational #879

Closed
wants to merge 1 commit into from

Commits on Feb 27, 2024

  1. TB_Plugin_CI bug fix: add mpmath==1.3.0 to fix missing attribute rati…

    …onal
    
    Summary:
    mpmath released a new version 1.4.0 on Feb 23. This version causes TB CI to have an error: `AttributeError: module 'mpmath' has no attribute 'rational'`. To fix the CI issue, we need to downgrade to an older version of mpmath 1.3.0.
    
    Fixes: pytorch#878
    
    Differential Revision: D54262113
    
    Pulled By: aaronenyeshi
    aaronenyeshi authored and facebook-github-bot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f08ec63 View commit details
    Browse the repository at this point in the history