Skip to content

Commit 6132474

Browse files
authored
Update requirements.txt
1 parent 330202e commit 6132474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ asteroid-filterbanks==0.4.0
1717
async-timeout==4.0.3
1818
attrs==24.2.0
1919
audio-separator==0.18.0
20-
audio_upscaler==0.1.4
20+
- audio_upscaler==0.1.4 # Old version requiring librosa==0.9.2
21+
+ audio_upscaler>=0.1.5 # Newer version supporting librosa>=0.10 [[10]]
2122
audiomentations==0.24.0
2223
audioread==3.0.1
2324
auraloss==0.4.0
@@ -88,7 +89,8 @@ lameenc==1.7.0
8889
language-tags==1.2.0
8990
lazy_loader==0.4
9091
libf0==1.0.2
91-
librosa==0.10.2.post1
92+
- librosa==0.10.2.post1 # Explicit pin no longer needed
93+
+ librosa>=0.10.0 # Allow compatible versions [[5]]
9294
lightning-utilities==0.11.7
9395
llvmlite==0.40.1
9496
local-attention==1.9.14

0 commit comments

Comments
 (0)