We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6132474 commit 052d2b9Copy full SHA for 052d2b9
1 file changed
requirements.txt
@@ -17,8 +17,7 @@ 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 # Old version requiring librosa==0.9.2
21
-+ audio_upscaler>=0.1.5 # Newer version supporting librosa>=0.10 [[10]]
+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
@@ -89,8 +88,7 @@ lameenc==1.7.0
89
88
language-tags==1.2.0
90
lazy_loader==0.4
91
libf0==1.0.2
92
-- librosa==0.10.2.post1 # Explicit pin no longer needed
93
-+ librosa>=0.10.0 # Allow compatible versions [[5]]
+librosa>=0.10.0 # Allow compatible versions
94
lightning-utilities==0.11.7
95
llvmlite==0.40.1
96
local-attention==1.9.14
0 commit comments