Skip to content

Commit

Permalink
Re-adding numpy 2+ support (#2804)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c75369)
  • Loading branch information
adamjstewart authored and Borda committed Nov 7, 2024
1 parent a6420d6 commit 36b026f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# this need to be the same as used inside speechmetrics
pesq >=0.0.4, <0.0.5
numpy <2.0 # strict, for compatibility reasons
pystoi >=0.4.0, <0.5.0
torchaudio >=0.10.0, <2.6.0
gammatone >=1.0.0, <1.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

numpy >1.20.0, <2.0 # strict, for compatibility reasons
numpy >1.20.0
packaging >17.1
torch >=1.10.0, <2.6.0
typing-extensions; python_version < '3.9'
Expand Down

0 comments on commit 36b026f

Please sign in to comment.