Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
torchaudio
|
| 4 |
python-dotenv
|
| 5 |
cython
|
| 6 |
-
gitpython
|
| 7 |
-
tensorboard
|
| 8 |
-
numpy
|
| 9 |
-
Pillow
|
| 10 |
-
opencv-python
|
| 11 |
-
scipy
|
| 12 |
-
tqdm
|
| 13 |
-
gradio
|
| 14 |
-
einops
|
| 15 |
-
hydra-core
|
| 16 |
requests
|
| 17 |
torchdiffeq
|
| 18 |
-
librosa
|
| 19 |
nitrous-ema
|
| 20 |
safetensors
|
| 21 |
auraloss
|
|
@@ -25,5 +25,5 @@ colorlog
|
|
| 25 |
open_clip_torch
|
| 26 |
soundfile
|
| 27 |
av
|
| 28 |
-
huggingface_hub
|
| 29 |
torchcodec
|
|
|
|
| 1 |
+
torch>=2.5.1
|
| 2 |
torchvision
|
| 3 |
torchaudio
|
| 4 |
python-dotenv
|
| 5 |
cython
|
| 6 |
+
gitpython>=3.1
|
| 7 |
+
tensorboard>=2.11
|
| 8 |
+
numpy>=1.21,<2.1
|
| 9 |
+
Pillow>=9.5
|
| 10 |
+
opencv-python>=4.8
|
| 11 |
+
scipy>=1.7
|
| 12 |
+
tqdm>=4.66.1
|
| 13 |
+
gradio>=3.34
|
| 14 |
+
einops>=0.6
|
| 15 |
+
hydra-core>=1.3.2
|
| 16 |
requests
|
| 17 |
torchdiffeq
|
| 18 |
+
librosa>=0.8.1
|
| 19 |
nitrous-ema
|
| 20 |
safetensors
|
| 21 |
auraloss
|
|
|
|
| 25 |
open_clip_torch
|
| 26 |
soundfile
|
| 27 |
av
|
| 28 |
+
huggingface_hub
|
| 29 |
torchcodec
|