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

Reduce numpy version constraint #27

Merged

Commits on Aug 2, 2024

  1. reduce numpy version constraint

    numpy v2.0 is still quite new and some packages may not be compatible with it yet. We can use numpy >=v1.8 instead.
    MitchellAcoustics committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d30a220 View commit details
    Browse the repository at this point in the history
  2. reduce numpy version constraint

    numpy v2.0 is still quite new and some packages may not be compatible with it yet. We can use numpy >=v1.23.5 instead and still be compatible with the other dependencies.
    MitchellAcoustics committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e6294a4 View commit details
    Browse the repository at this point in the history