Skip to content

Commit eb92b1e

Browse files
committed
fix dependency conflict
1 parent 904f831 commit eb92b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ torchaudio --pre --extra-index-url https://download.pytorch.org/whl/nightly/cpu
55
accelerate
66
scipy==1.13.1
77
librosa==0.10.2
8-
huggingface-hub==0.23.4
8+
huggingface-hub>=0.28.1
99
munch==4.0.0
1010
einops==0.8.0
1111
descript-audio-codec==1.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ torchvision==0.19.0
77
torchaudio==2.4.0
88
scipy==1.13.1
99
librosa==0.10.2
10-
huggingface-hub==0.23.4
10+
huggingface-hub>=0.28.1
1111
munch==4.0.0
1212
einops==0.8.0
1313
descript-audio-codec==1.0.0

0 commit comments

Comments
 (0)