wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582)

We need to fix numpy version since the 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'.
This commit is contained in:
tonibofarull 2024-07-02 03:39:46 +02:00 committed by GitHub
parent ea582fbc07
commit 77da87ca51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,2 @@
tensorflow==2.11.1
tensorflow==2.11.1
numpy==1.26.4