Skip to content

Commit

Permalink
fix: require numpy<2 for websat (#66)
Browse files Browse the repository at this point in the history
# Description
There is a model in use that was compiled with Numpy 1.x and cannot load
with 2.x. Per the error message, pinning below 2.x solves the issue. I
was able to test this successfully on a Hub.

---------

Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
mikejgray and NeonDaniel authored Jan 20, 2025
1 parent ac5f912 commit 7fd7191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/web_sat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ openwakeword~=0.5.1
tflite~=2.10.0
onnxruntime~=1.16.3
jinja2~=3.1.2
numpy~=1.0

0 comments on commit 7fd7191

Please sign in to comment.