Skip to content

Commit

Permalink
Do not test audio with numpy-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Aug 21, 2024
1 parent 000544e commit 8e66491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@

NUMPY2_INCOMPATIBLE_LIBRARIES = [
"faiss-cpu",
"librosa", # librosa -> numba-0.60.0 requires numpy < 2.1 (see GH-7111)
"tensorflow",
"transformers",
]
Expand Down

0 comments on commit 8e66491

Please sign in to comment.