Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -32,11 +32,14 @@ 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
|
|
|
|
|
|
|
|
32 |
wandb
|
33 |
webdataset==0.2.48
|
34 |
x-transformers==1.42.11
|
35 |
+
numpy # Remove version pin
|
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
|