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

requirements: Relax Click version requirement #14653

Merged
merged 1 commit into from
May 10, 2021

Commits on May 10, 2021

  1. requirements: Relax Click version requirement

    We were pinning the version of Click to 7.0.~. This was preventing
    side-by-side installs with mbed-tools, as mbed-tools requires
    Click>=7.1,<8.
    
    Relax the Click version requirement to >7.0,<8 to prevent dependency
    conflicts with mbed-tools.
    rwalton-arm committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a494a43 View commit details
    Browse the repository at this point in the history