Skip to content

Commit

Permalink
Update requirements.txt to allow Numpy 2.0.2
Browse files Browse the repository at this point in the history
allow Numpy 2.0.2 since 1.26.4 is becoming increasingly outdated leading to dependency conflicts with newer versions of pytorch.
  • Loading branch information
haiggoh authored Nov 11, 2024
1 parent 4fc7671 commit 3b3ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flatbuffers>=2.0
jax
jaxlib
matplotlib
numpy<2
numpy<2.1
opencv-contrib-python
protobuf>=4.25.3,<5
sounddevice>=0.4.4
Expand Down

0 comments on commit 3b3ebe5

Please sign in to comment.