Skip to content

Commit

Permalink
Merge pull request #39 from m1guelperez/main
Browse files Browse the repository at this point in the history
Fixed numpy dependencies.
  • Loading branch information
TheSeriousProgrammer authored Mar 19, 2024
2 parents 753f1f3 + ab7be38 commit 08b0797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.0
PyAudio==0.2.11
requests==2.26.0
onnxruntime>=1.14.1
numpy==1.24.0
onnxruntime==1.15.1
PyAudio==0.2.13
requests==2.26.0

0 comments on commit 08b0797

Please sign in to comment.