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

Install ONE requirements file with all requirements. #2955

Merged
merged 4 commits into from
Jul 4, 2024

Commits on Jul 4, 2024

  1. Install ONE requirements file with all requirements.

    When installing NMODL requirements after the fixed numpy version,
    NMODLs lesser constrained dependencies take precedence over the
    currently installed packages.
    
    This PR:
    
    * Will consider only the build dependencies of NMODL
    * Construct one requirements file with the merged requirements of
    NMODL, NEURON
    matz-e committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    db480da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e96bfc View commit details
    Browse the repository at this point in the history
  3. Clarify function name.

    matz-e committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    233d970 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    470a4bc View commit details
    Browse the repository at this point in the history