Skip to content

fix(wasi-nn): use numpy v1 in wasi-nn tests#3582

Merged
wenyongh merged 1 commit intobytecodealliance:mainfrom
midokura:tbc/fix-numpy
Jul 2, 2024
Merged

fix(wasi-nn): use numpy v1 in wasi-nn tests#3582
wenyongh merged 1 commit intobytecodealliance:mainfrom
midokura:tbc/fix-numpy

Conversation

@tonibofarull
Copy link
Contributor

We need to fix numpy version since latest is incompatible,

A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

Copy link
Contributor

@lum1n0us lum1n0us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wenyongh wenyongh merged commit 77da87c into bytecodealliance:main Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants