Skip to content

Missing minimum numpy dependency version in `meson.build #343

Description

@leonard-IMBERT

The build file numpy requirement do not require a minimum version for numpy which break the compilation of k_vec_cython if numpy version is too low (in my case 1.26.4).

Solution is to change the line to

numpy_dep = dependency('numpy', version:'>=2.0')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions