Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
alias-free-torch==0.0.6
|
3 |
auraloss==0.4.0
|
4 |
descript-audio-codec==1.0.0
|
@@ -14,7 +15,7 @@ importlib-resources==5.12.0
|
|
14 |
k-diffusion==0.1.1
|
15 |
laion-clap==1.1.6
|
16 |
local-attention==1.8.6
|
17 |
-
pandas==2.
|
18 |
pedalboard==0.9.14
|
19 |
prefigure==0.0.9
|
20 |
pytorch_lightning==2.1.0
|
@@ -26,20 +27,15 @@ torchvision>=0.16.0
|
|
26 |
torchaudio>=2.1.0
|
27 |
torchmetrics==1.5.2
|
28 |
tqdm
|
29 |
-
transformers==4.
|
30 |
v-diffusion-pytorch==0.0.2
|
31 |
vector-quantize-pytorch==1.9.14
|
32 |
wandb
|
33 |
webdataset==0.2.48
|
34 |
x-transformers==1.42.11
|
35 |
-
numpy
|
36 |
accelerate>=0.20.3
|
37 |
scipy>=1.10.1
|
38 |
librosa>=0.10.0
|
39 |
ffmpeg-python>=0.2.0
|
40 |
ninja
|
41 |
-
spaces
|
42 |
-
protobuf # Remove version pin
|
43 |
-
# Check if websockets and tensorboard are in your original list and remove pins if they are
|
44 |
-
# websockets
|
45 |
-
# tensorboard
|
|
|
1 |
+
protobuf==3.20.3
|
2 |
+
|
3 |
alias-free-torch==0.0.6
|
4 |
auraloss==0.4.0
|
5 |
descript-audio-codec==1.0.0
|
|
|
15 |
k-diffusion==0.1.1
|
16 |
laion-clap==1.1.6
|
17 |
local-attention==1.8.6
|
18 |
+
pandas==2.0.2
|
19 |
pedalboard==0.9.14
|
20 |
prefigure==0.0.9
|
21 |
pytorch_lightning==2.1.0
|
|
|
27 |
torchaudio>=2.1.0
|
28 |
torchmetrics==1.5.2
|
29 |
tqdm
|
30 |
+
transformers==4.30.0
|
31 |
v-diffusion-pytorch==0.0.2
|
32 |
vector-quantize-pytorch==1.9.14
|
33 |
wandb
|
34 |
webdataset==0.2.48
|
35 |
x-transformers==1.42.11
|
36 |
+
numpy<2.0.0
|
37 |
accelerate>=0.20.3
|
38 |
scipy>=1.10.1
|
39 |
librosa>=0.10.0
|
40 |
ffmpeg-python>=0.2.0
|
41 |
ninja
|
|
|
|
|
|
|
|
|
|