We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330202e commit 6132474Copy full SHA for 6132474
requirements.txt
@@ -17,7 +17,8 @@ asteroid-filterbanks==0.4.0
17
async-timeout==4.0.3
18
attrs==24.2.0
19
audio-separator==0.18.0
20
-audio_upscaler==0.1.4
+- 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]]
22
audiomentations==0.24.0
23
audioread==3.0.1
24
auraloss==0.4.0
@@ -88,7 +89,8 @@ lameenc==1.7.0
88
89
language-tags==1.2.0
90
lazy_loader==0.4
91
libf0==1.0.2
-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]]
94
lightning-utilities==0.11.7
95
llvmlite==0.40.1
96
local-attention==1.9.14
0 commit comments